Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://devapi.eazecustoms.com/staging/v1/declarations/transit/{id} \ --header 'Authorization: Bearer <token>'
{ "declarationId": 104, "status": "processing" }
Update an existing transit declaration (departure or arrival).
{ "commercialReference": "TRN-2026-00001-UPD", "procedureType": "D1", "declarationType": "externalTransit", "additionalDeclarationType": "STANDARD", "departureOffice": "NL000432", "destinationOffice": "NL000434", "countryOfDispatch": "NL", "countryOfDestination": "DE", "security": "2", "totalWeight": 2600, "internalRemarks": "Updated from external API", "goodsLocationType": "A", "goodsLocationAddressType": "Z", "goodsLocationAddress": { "Address": { "street": "Main St 2", "city": "Rotterdam", "postCode": "3011AB", "countryCode": "NL" } }, "loadingCountry": "NL", "loadingLocation": "Rotterdam Port Terminal 2", "loadingUNLocode": "NLRTM", "unloadingCountry": "DE", "unloadingLocation": "Berlin Warehouse", "unloadingUNLocode": "DEBER" }