Print the DG Declaration PDF of an outwards consignment

Path Parameters
  • consignmentId
    Type: stringFormat: uuid
    required
Body·
application/json
  • printerId
    Type: stringFormat: uuid

    The printer bridge warehouse printer id to be used for printing.

Responses
  • application/json
Request Example for post/v1/consignments/{consignmentId}/dg-declaration-pdf/print
curl https://api.consignlyhq.com/v1/consignments/123e4567-e89b-12d3-a456-426614174000/dg-declaration-pdf/print \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "printerId": ""
}'
{
  "printJobId": "123e4567-e89b-12d3-a456-426614174000"
}