Fetch Supplier Gateway Record

Fetches a Supplier Gateway record by providing the necessary information and returns the fetched record.

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

CDQ ID of the supplier gateway record to fetch.

Example: "VIES:DE119267630"
featuresOn
Array of strings

List of features to be activated.

Items Value: Description
ENRICH_MINORITY_INDICATOR

Enrich the supplier gateway record with the minority indicator.

Example: ["ENRICH_MINORITY_INDICATOR"]
supplierNumber
string

Supplier Number to fetch the Record.

Example: "SUP12345"
Responses
200

successful operation

post/sgw/businesspartners/fetch
Request samples
application/json
{
  • "cdqId": "VIES:DE119267630",
  • "supplierNumber": "SUP12345",
  • "featuresOn": [
    ]
}
Response samples
{
  • "cdqId": "VIES:DE119267630",
  • "supplierGateway": {
    },
  • "minorityIndicator": {
    }
}