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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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: doapigw.baasbv.nl 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"__type":"IDB.CompanyLookup.DTO.CompanyLookupDetails, IDB.CompanyLookup","ChamberNr":"String","ChamberEstablishmentNumber":"String","CompanyLegalName":"String","CompanyTradeName":"String","ChamberCity":"String","ChamberFoundingDate":"0001-01-01T00:00:00.0000000","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":{}}}