Portal

<back to all web services

BrowseDirectPlusSupplierData

The following routes are available for this service:
GET/directplus/supplier
BrowseDirectPlusSupplierData Parameters:
NameParameterData TypeRequiredDescription
VatNumberquerystringYes
CountryquerystringYes
DunsNumberquerystringYes
BrowseDirectPlusSupplierDataResponse Parameters:
NameParameterData TypeRequiredDescription
VatNumberformstringYes
BusinessTypeformstringYes
EUTaxNumberformstringYes
GroupTaxNumberformstringYes
CountryIdformint?No
NameformstringYes
ShortNameformstringYes
RegistrationNumberformstringYes
EstablishedDateformDateTime?No
RegistrationDateformDateTime?No
DunsformstringYes
EmailformstringYes
PhoneNumberformstringYes
WebsiteformstringYes
MainActivitiesformList<AddSupplierMainActivity>Yes
SupplierAddressesformList<AddSupplierSupplierAddress>Yes
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusYes
AddSupplierMainActivity Parameters:
NameParameterData TypeRequiredDescription
TeaorformstringYes
DescriptionformstringYes
AddSupplierSupplierAddress Parameters:
NameParameterData TypeRequiredDescription
CountryIdformintNo
AddressTypeformAddressTypeNo
ZipCodeformstringYes
CityformstringYes
AddressformstringYes
StreetAddressformstringYes
StreetTypeformstringYes
HouseNumberformstringYes
BuildingformstringYes
StaircaseformstringYes
FloorformstringYes
DoorformstringYes
POBformstringYes
OtherformstringYes
AddressType Enum:
NameValue
Postal0
HeadQuarters1
Site2

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /directplus/supplier HTTP/1.1 
Host: szallitoiportal-be.veolia.hu 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	VatNumber: String,
	BusinessType: String,
	EUTaxNumber: String,
	GroupTaxNumber: String,
	CountryId: 0,
	Name: String,
	ShortName: String,
	RegistrationNumber: String,
	EstablishedDate: 0001-01-01,
	RegistrationDate: 0001-01-01,
	Duns: String,
	Email: String,
	PhoneNumber: String,
	Website: String,
	MainActivities: 
	[
		{
			Teaor: String,
			Description: String
		}
	],
	SupplierAddresses: 
	[
		{
			CountryId: 0,
			AddressType: 0,
			ZipCode: String,
			City: String,
			Address: String,
			StreetAddress: String,
			StreetType: String,
			HouseNumber: String,
			Building: String,
			Staircase: String,
			Floor: String,
			Door: String,
			POB: String,
			Other: String
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}