General Common Objects
ApiDate
"...": {
"date":"date",
"time":"time",
}
Property | Type | Length | Mandatory | Description |
---|---|---|---|---|
date | String | 10 | M | Date in format YYYY-MM-DD as defined by ISO 8601. |
time | String | 8 | O | Local time of location in format hh:mm:ss as defined by ISO 8601. |
ApiDateFromTo
"...": {
"dateFrom":"date",
"timeFrom":"time",
"dateTo":"date",
"timeTo":"time",
}
Property | Type | Length | Mandatory | Description |
---|---|---|---|---|
dateFrom | String | 10 | O | Date in format YYYY-MM-DD as defined by ISO 8601. |
dateTo | String | 10 | O | Date in format YYYY-MM-DD as defined by ISO 8601. |
timeFrom | String | 8 | O | Local time of location in format hh:mm:ss as defined by ISO 8601. |
timeTo | String | 8 | O | Local time of location in format hh:mm:ss as defined by ISO 8601. |
DangerousGoods
"...": {
"classification": "string",
"packagingGroup": "string",
"unNumber": "string"
}
Property | Type | Mandatory | Description |
---|---|---|---|
classification | String | M | Dangerous goods classification |
packagingGroup | String | C | packaging group, if assigned to the IMO class |
unNumber | String | M | 4-digit number codes defined by the UN Committee of Experts on the Transport of Dangerous Goods |
DeliveryTerm
"...": {
"deliveryTermCode": "EXW",
"deliveryTermLocation": "Location",
}
Property | Type | Mandatory | Description |
---|---|---|---|
deliveryTermCode | String | M | 3-letter Incoterms® code. (List of Incoterms®). In case of logistics processes, please align with the respective warehouse. Only defined values in WMS will be processed (not all possible values out of the list). |
deliveryTermLocation | String | M | Location of delivery term. |
Phone
💡
Make sure that the length of the string resulted from concatenating the countryCode, areaCode and locaNumber together does not exceed 25 characters.
"...": {
"countryCode": "string",
"areaCode": "string",
"localNumber": "string"
}
Property | Type | Mandatory | Description |
---|---|---|---|
countryCode | String | O | ITU phone calling country code (e.g. 43 for Austria, 1 for USA, 852 for Hong Kong). |
areaCode | String | O | Area code within the country. |
localNumber | String | M | Local connection number (If number cannot be split put whole number here.) |