Business Partners

Confirm Business PartnerBETA

BETA
Confirms the validity of a trading partner by checking the provided data against various CDQ services.

SecurityapiKey
Request
query Parameters
dataTransformationDefinitionId
string

The ID of the data transformation definition to apply.

Example: dataTransformationDefinitionId=123456
Request Body schema: application/json
required
object (BusinessPartner)

Refers to an organizational entity engaged in various facets of another organization's business interactions. This collaborative connection often manifests as a customer, supplier, vendor, or service provider. In the CDQ (Corporate Data Quality) framework, the Business Partner assumes a pivotal role as a core managed entity. Each Business Partner is distinctly and globally identifiable through a unique CDQ ID. All pertinent information, including addresses, identifiers, and hierarchical data, is intricately associated with and linked to the specific Business Partner, ensuring comprehensive management and traceability within the system.

Responses
200

OK

400

Bad Request

post/v2/businesspartners/confirm
Request samples
application/json
{
  • "businessPartner": {
    }
}
Response samples
application/json
{
  • "status": {
    },
  • "dataQualityConfirmation": {},
  • "companyConfirmation": {
    },
  • "qualificationConfirmation": {
    },
  • "sanctionComplianceConfirmation": {
    }
}