Lookup a business partner in all available data sources.
OK
Unauthorized
Forbidden
Not Found
{- "businessPartner": {
- "addresses": [
- {
- "country": {
- "shortName": "PL"
}
}
], - "identifiers": [
- {
- "value": "PL9280012700",
- "type": {
- "technicalKey": "EU_VAT_ID_PL"
}
}
]
}
}
{- "pageSize": 0,
- "totals": 0,
- "page": 0,
- "limitResults": 0,
- "startAfter": "string",
- "nextStartAfter": "string",
- "businessPartnerCandidates": [
- {
- "cdqId": "string",
- "dataSource": "string",
- "matchingScore": 0,
- "matchingClassification": "string",
- "name": "string",
- "legalForm": "string",
- "status": "string",
- "identifiers": [
- {
- "identifierType": "string",
- "identifierValue": "string"
}
], - "addresses": [
- {
- "country": "string",
- "countryName": "string",
- "region": "string",
- "regionName": "string",
- "city": "string",
- "postCode": "string",
- "street": "string",
- "houseNo": "string",
- "building": "string",
- "floor": "string",
- "room": "string",
- "latitude": 0,
- "longitude": 0
}
]
}
]
}