Fetch Business Partner RelationsWSDL

Retrieves the Business Partner Relations based on the Lookup and returning the result of the single record.

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

CDQ ID for Business Partner and address.

Example: "VIES:DE123456789"
classTechnicalKey
string

Filter by class technical key.

Example: "BUSINESS_PARTNER_RELATION_CLASS_LEI_HIERARCHY"
endedAfter
string

Find relations which endedAt is after given date.

Example: "2025-02-28T10:04:23Z"
endedBefore
string

Find relations which endedAt is before given date.

Example: "2025-02-28T10:04:23Z"
limit
integer (Limit)

Number of items per page.

Example: "100"
startAfter
string (StartAfter)

The ID which is used to read the page.

Example: "5712566172571652"
startedAfter
string

Find relations which startedAt is after given date.

Example: "2025-02-28T10:04:23Z"
startedBefore
string

Find relations which startedAt is before given date.

Example: "2025-02-28T10:04:23Z"
typeTechnicalKey
string

Filter by type.

Example: "LEI_DIRECT_PARENT"
Responses
200

OK

post/v3/businesspartners/fetchrelations
Request samples
application/json
{
  • "cdqId": "LEI:CZ46981691"
}
Response samples
application/json
{
  • "nextStartAfter": "5712566172571652",
  • "limit": "100",
  • "total": "67",
  • "values": [
    ]
}