Fetch Business Partner

Fetch business partner by CDQ-ID

SecurityapiKey
Request
Request Body schema: application/json
required
cdqId
string

CDQ ID for business partner and address.

Example: "CDQ:DE123456789"
featuresOff
Array of strings (BusinessPartnerFetchFeature)

List of features to be deactivated.

Items Value: Description
SHOW_DEBUG_INFO

Show additional information regarding request processing, including enabled features, and request.

Example: ["SHOW_DEBUG_INFO"]
featuresOn
Array of strings (BusinessPartnerFetchFeature)

List of features to be activated.

Items Value: Description
SHOW_DEBUG_INFO

Show additional information regarding request processing, including enabled features, and request.

Example: ["SHOW_DEBUG_INFO"]
Responses
200

OK

401

Unauthorized

403

Forbidden

404

Not Found

post/v3/businesspartners/fetch
Request samples
application/json
{
  • "cdqId": "VIES:CZ46981691"
}
Response samples
application/json
{
  • "status": "OK",
  • "message": "Message describing the status of the request.",
  • "cdqId": "CDQ:DE123456789",
  • "dataSource": "VIES",
  • "businessPartner": {
    },
  • "businessPartnerSapOdm": {
    }
}