A full list of API fields can be found here, but details of fields specific to using the Customs Declaration Service (CDS) can be found below.
Goods Location
The Country and Type fields must be templated, or entered manually, as they are not available in the API.
The Code can be populated from the delivery information via the API, as example below.
"locations" : [ {
"locationType" : "AGREED_GOODS_LOCATION",
"name" : "DVRDOVDVR"
} ],
Authorizations
These fields must be templated, or entered manually, as they are not available in the API.
Deferred Payment
API field example:
extension: class ICDeliveryItemExtensionDataDTO {
importGB: class ICDeferredPaymentDTO {
“categorycode”: “1”,
“deferralAccountNumber:” “123456“
}
Additional Fiscal Reference
These fields must be templated, or entered manually, as they are not available in the API.
Chemical CUS Code (Item level)
This field must be templated, or entered manually, as it is not available in the API.
Nature of Transact (Item level)
API field example:
extension: class ICDeliveryItemExtensionDataDTO {
importGB: class ICDeliveryItemEUDTO {
“transactionNatureCode” : “11”
}
Comments
Article is closed for comments.