Skip to main content

Update driver information

PUT 

/company/my_carriers/driver/:carrierId/:driverId

Allows modifying the data of an existing driver. Requires JWT authentication.

Use cases:

  • Update driver contact information
  • Change the driver's active/inactive status
  • Correct erroneous information

Notes:

  • All fields are optional (only provided fields will be updated)
  • The carrier and driver must exist previously

Request

Responses

Driver updated successfully