Skip to main content

Update DGT record

PUT 

/truckers/dgt/:id

Updates an existing DGT record. Allows modifying:

  • DGT Code
  • Status (pending/resolved)

Requirements:

  • Valid DGT record ID
  • The record must belong to the authenticated carrier
  • At least one of the editable fields must be provided

Usage examples:

  1. Correct an incorrectly entered DGT code
  2. Mark record as resolved when the process is completed
  3. Update status for internal tracking

Notes:

  • Does not modify associated deliveries
  • Fields not provided retain their current value
  • Requires valid JWT authentication

Request

Responses

DGT record successfully updated