updateCargoDeclarations
POST
/hna/voyages/cargoDeclarants:update
Operator - Voyages
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/hna/voyages/cargoDeclarants:update' \
--header 'Content-Type: application/json' \
--data-raw '{
"voyageId": "string",
"cargoDeclarants": [
{
"fullName": "string",
"shortName": "string",
"emailAddress": "string",
"address": "string",
"city": "string",
"countryUnCode": "string",
"countryName": "string",
"zipCode": "string",
"phoneNumber": "string",
"faxNumber": "string",
"contact": "string",
"customsEORINumber": "string",
"ean": "string",
"chamberOfCommerceNumber": "string",
"scacCode": "string"
}
]
}'
Response Response Example
{}
Request
Body Params application/json