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

Path Parameters

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