Portal

<back to all web services

BrowseDirectPlusProcurementData

The following routes are available for this service:
GET/directplus/procurement
BrowseDirectPlusProcurementData Parameters:
NameParameterData TypeRequiredDescription
VatNumberquerystringYes
CountryquerystringYes
DunsNumberquerystringYes
BrowseDirectPlusProcurementDataResponse Parameters:
NameParameterData TypeRequiredDescription
WorkForceN1formint?No
WorkForceN2formint?No
WorkForceN3formint?No
SubscribedCapitalformdouble?No
SubscribedCapitalCurrencyIdformint?No
RevenueN1formdouble?No
RevenueN2formdouble?No
RevenueN3formdouble?No
NetProfitN1formdouble?No
NetProfitN2formdouble?No
NetProfitN3formdouble?No
EquityN1formdouble?No
EquityN2formdouble?No
EquityN3formdouble?No
LiabilityN1formdouble?No
LiabilityN2formdouble?No
LiabilityN3formdouble?No
OperatingResultN1formdouble?No
OperatingResultN2formdouble?No
OperatingResultN3formdouble?No
IndebtednessN1formdouble?No
IndebtednessN2formdouble?No
IndebtednessN3formdouble?No
SalesProportionateProfitN1formdouble?No
SalesProportionateProfitN2formdouble?No
SalesProportionateProfitN3formdouble?No
LiquidityRatioN1formdouble?No
LiquidityRatioN2formdouble?No
LiquidityRatioN3formdouble?No
DBFailureScoreformdouble?No
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusYes

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/procurement HTTP/1.1 
Host: szallitoiportal-be.veolia.hu 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	WorkForceN1: 0,
	WorkForceN2: 0,
	WorkForceN3: 0,
	SubscribedCapital: 0,
	SubscribedCapitalCurrencyId: 0,
	RevenueN1: 0,
	RevenueN2: 0,
	RevenueN3: 0,
	NetProfitN1: 0,
	NetProfitN2: 0,
	NetProfitN3: 0,
	EquityN1: 0,
	EquityN2: 0,
	EquityN3: 0,
	LiabilityN1: 0,
	LiabilityN2: 0,
	LiabilityN3: 0,
	OperatingResultN1: 0,
	OperatingResultN2: 0,
	OperatingResultN3: 0,
	DBFailureScore: 0,
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}