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://sandbox-api.easecustoms.com/v1/declarations/transit/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "destinationOffice": "<string>", "totalWeight": 123 } '
{ "declarationId": 104, "status": "processing" }
Update a transit declaration that has errors.
{ "destinationOffice": "NL000855", "totalWeight": 1550 }