• Register

Commodity Code Cloud

This API is used to add a new element to the materials list. ## 1. Update commodity This API is used to make changes to an existing material. #### Request URI
Path Parameter Type Mandatory Description
id String Y Material's unique identifier
#### Request Structure <
Field Type Description
materialCode String Material Code
numberingScheme String Numbering Scheme
validityFrom String Validity From
validityTo String Validity To
#### Request Examples #### Response Structure
Field Type Description
status String Operation Status (Success/Error)
materialCode String Updated Material Code
messages (0..∞)
type String Message Type (W = Warning, E = Error)
message String Message Text
#### Response Examples ## 2. Retrieve Commodity This API is used to retrieve the information of an existing material. #### Request URI
Path Parameter Type Mandatory Description
id String Y Material's unique identifier
Query Parameter Type Mandatory Description
numberingScheme String N Numbering Scheme
#### Response Structure
Field Type Mandatory Description
materialCode StringN materialCode
numberingScheme StringN Numbering Scheme
validityFrom StringN Validity From
validityTo StringN Validity To
commodityCode StringN Commodity Code
#### Response Examples

Docs Navigation