SAP Business Network API (1)

Download OpenAPI specification:Download

API for SAP Business Network (BN) to simplify the integration of CDQ services.

Confirm validity of a trading partner

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

The API specification provides a mock server at this URL. The following examples are defined and can be requested by the example ID in header field x-redocly-response-body-example:

Example ID Summary
allOK All checks confirm the trading partner's information successfully.
companyKnownButWrongStreetNoVatNumber Company is known but street is wrong and no VAT number is provided.
companyKnownButSanctioned Company is known but on a sanction list.
companyNotKnown Company is not known, i.e., the provided data can not be verified by a Trusted Data Source.
SecurityapiKey
Request
Request Body schema: application/json
required
object (BusinessPartner)

A business partner is globally uniquely identifiable by a CDQ ID, and all managed information such as addresses, documents, and hierarchies is linked to a business partner.

Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

post/sap-bn/v1/data-clinic/rest/businesspartners/confirm
Request samples
application/json
{
  • "businessPartner": {
    }
}
Response samples
application/json
{
  • "companyConfirmation": {
    },
  • "dataQualityConfirmation": {
    },
  • "sanctionComplianceConfirmation": {
    },
  • "vatNumberConfirmation": {}
}