• Register

Contracts

This API allows to retrieve the commercial contracts applicable to the provided search criteria. #### Request URI
#### Request Parameters
API field Type Description Mandatory Technical Details
salesOrganization String Sales organization code used to identify the commercial context. Y SAP SalesOrg.
vendorCode String Vendor code used for the contract search. Y Leading zeroes must be preserved where applicable.
invoiceDate String Invoice reference date used to identify applicable contracts. Y Recommended format: YYYY-MM-DD.
periodStartDate String Start date of the period used for the contract search. N Recommended format: YYYY-MM-DD.
periodEndDate String End date of the period used for the contract search. N Recommended format: YYYY-MM-DD.
brandCode String Brand code to be included in the contract search. Y Can be repeated to search for multiple brands.
#### Request Example

#### Response Structure
API field Type Mandatory Description
contracts (0..∞)
contractCode String N Commercial contract identifier.
contractTypeCode String N Commercial contract type code.
brandCode String N Brand associated with the contract.
validFromDate String N Contract validity start date.
validToDate String N Contract validity end date.
#### Response Example

Docs Navigation