Skip to main content

Create new DGT record

POST 

/truckers/dgt/

Create a new DGT record associated with the authenticated carrier.

Complete process:

  1. Validate the provided DGT code
  2. Retrieve deliveries in 'collected' status for the carrier
  3. Obtain the associated transport company
  4. Create the record with all associated information

Required fields:

  • dgt_code: Unique code provided by the DGT

Usage example:

  1. Register new DGT codes received
  2. Associate DGT codes with existing deliveries
  3. Initiate the DGT documentation process

Notes:

  • Automatically associates all deliveries in 'collected' status
  • Requires valid JWT authentication

Request

Responses

DGT record successfully created.