General Common Objects

General Common Objects

ApiDate

"...": {
	"date":"date",
	"time":"time",
}
PropertyTypeLengthMandatoryDescription
dateString10MDate in format YYYY-MM-DD as defined by ISO 8601.
timeString8OLocal time of location in format hh:mm:ss as defined by ISO 8601.

ApiDateFromTo

"...": {
	"dateFrom":"date",
	"timeFrom":"time",
	"dateTo":"date",
	"timeTo":"time",
}
PropertyTypeLengthMandatoryDescription
dateFromString10ODate in format YYYY-MM-DD as defined by ISO 8601.
dateToString10ODate in format YYYY-MM-DD as defined by ISO 8601.
timeFromString8OLocal time of location in format hh:mm:ss as defined by ISO 8601.
timeToString8OLocal time of location in format hh:mm:ss as defined by ISO 8601.

DangerousGoods

"...": {
	"classification": "string",
	"packagingGroup": "string",
	"unNumber": "string"
}
PropertyTypeMandatoryDescription
classificationStringMDangerous goods classification
packagingGroupStringCpackaging group, if assigned to the IMO class
unNumberStringM4-digit number codes defined by the UN Committee of Experts on the Transport of Dangerous Goods

DeliveryTerm

"...": {
	"deliveryTermCode": "EXW",
	"deliveryTermLocation": "Location",
}
PropertyTypeMandatoryDescription
deliveryTermCodeStringM3-letter Incoterms® code. (List of Incoterms®).
deliveryTermLocationStringMLocation 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"
}
PropertyTypeMandatoryDescription
countryCodeStringOITU phone calling country code (e.g. 43 for Austria, 1 for USA, 852 for Hong Kong).
areaCodeStringOArea code within the country.
localNumberStringMLocal connection number (If number cannot be split put whole number here.)