DigiOffice Gateway Web Services

<back to all web services

GetCompanyLookupDetails

Requires Authentication
The following routes are available for this service:
GET/api/companies/lookup/{ChamberNr}
GetCompanyLookupDetails Parameters:
NameParameterData TypeRequiredDescription
ChamberNrpathstringNo
ChamberEstablishmentNumberquerystringNo
CompanyLookupDetails Parameters:
NameParameterData TypeRequiredDescription
ChamberNrformstringNo
ChamberEstablishmentNumberformstringNo
CompanyLegalNameformstringNo
CompanyTradeNameformstringNo
ChamberCityformstringNo
ChamberFoundingDateformDateTime?No
EstablishmentStreetformstringNo
EstablishmentHouseNrformstringNo
EstablishmentHouseNrAdditionformstringNo
EstablishmentPostalCodeformstringNo
EstablishmentCityformstringNo
EstablishmentCountryTLAformstringNo
CorrespondencePOBoxformstringNo
CorrespondencePostalCodeformstringNo
CorrespondenceCityformstringNo
CorrespondenceCountryTLAformstringNo
WebsiteformstringNo
TelephoneformstringNo
MobileformstringNo
EMailformstringNo
DebtorInPossessionformboolNo
BankruptformboolNo
ExtraFieldsformDictionary<string, Object>No

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 /api/companies/lookup/{ChamberNr} HTTP/1.1 
Host: digiofficeapigateway.deltares.nl 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ChamberNr: String,
	ChamberEstablishmentNumber: String,
	CompanyLegalName: String,
	CompanyTradeName: String,
	ChamberCity: String,
	ChamberFoundingDate: 0001-01-01,
	EstablishmentStreet: String,
	EstablishmentHouseNr: String,
	EstablishmentHouseNrAddition: String,
	EstablishmentPostalCode: String,
	EstablishmentCity: String,
	EstablishmentCountryTLA: String,
	CorrespondencePOBox: String,
	CorrespondencePostalCode: String,
	CorrespondenceCity: String,
	CorrespondenceCountryTLA: String,
	Website: String,
	Telephone: String,
	Mobile: String,
	EMail: String,
	DebtorInPossession: False,
	Bankrupt: False,
	ExtraFields: 
	{
		String: {}
	}
}