For NCTS5 the following changes need to be made to the API call in TEST. The consignor and consignee needs to be sent as an additional party, with the customs process "TRANSIT_[Country Code]". This enables the system to split house consignments accordingly.
See example below:
"partyType" : "CONSIGNOR",
"customsProcess" : "TRANSIT_[Country Code]",
"companyNumber" : "9999999999",
"name" : "company.co.uk",
"street" : "Abcde Zijde 99Z . ",
"street2" : " ",
"city" : "Eindhoven",
"postCode" : "9999DC",
"country" : "NL",
"contact" : { },
"initFromCompanyMasterFileData" : false,
"customsIds" : [ {
"identificationType" : "EORI",
"identification" : "NL999999999"
}, {
"identificationType" : "VAT",
"identification" : "GB999999999"
} ]
}, {
"partyType" : "CONSIGNEE",
"customsProcess" : "TRANSIT_[Country Code]",
"companyNumber" : "9999999999",
"name" : "company.co.uk",
"street" : " Abcde Zijde 99Z . ",
"street2" : " ",
"city" : "Eindhoven",
"postCode" : "9999DC",
"country" : "NL",
"contact" : { },
"initFromCompanyMasterFileData" : false,
"customsIds" : [ {
"identificationType" : "EORI",
"identification" : "NL999999999"
Below is an example of where the new parties need to be located within the JSON file:
Comments
Please sign in to leave a comment.