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: "VIES:PL8660001429"
featuresOff
Array of strings

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

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/referencedata/rest/v3/businesspartners/fetch
Request samples
application/json
{
  • "example": "VIES:PL8660001429"
}
Response samples
application/json
{
  • "status": "OK",
  • "message": "Service returned a correct response.",
  • "cdqId": "VIES:PL8660001429",
  • "dataSource": "BR_RF",
  • "businessPartner": {
    }
}