Skip to main content
POST
/
v1
/
declarations
/
{id}
/
send
Submit export to customs
curl --request POST \
  --url https://sandbox-api.easecustoms.com/v1/declarations/{id}/send \
  --header 'Authorization: Bearer <token>'
{
  "declarationId": 43,
  "submitted": true,
  "message": "Declaration submitted to customs"
}
Trigger submission of a ready export declaration to NL Customs DMS.

Path Parameters

id
number
required
The unique declaration ID.
{
  "declarationId": 43,
  "submitted": true,
  "message": "Declaration submitted to customs"
}