# SAP Business Network API

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


Version: 1
License: Terms of Use for the CDQ Cloud Suite

## Servers

Production
```
https://api.cdq.com
```

## Security

### apiKey

Type: apiKey
In: header
Name: X-API-KEY

## Download OpenAPI description

[SAP Business Network API](https://developer.cdq.com/_bundle/apis/sap-business-network-api/@sap-business-network-api-v1/api-v1.yaml)

## Other

### Confirm Trading Partner Validity

 - [POST /sap-bn/data-clinic/rest/v2/businesspartners/confirm](https://developer.cdq.com/apis/sap-business-network-api/api-v1/other/postconfirm.md): BETA Confirms the validity of a trading partner by checking the provided data against various CDQ services.

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 the 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 cannot be verified by a Trusted Data Source.  |

