Carrier

Assigns a driver to a shipment

Assigns a driver to an accepted offer. Both the offer_id and the driver_id are required.

put/shipment/assign

Request body

offer_idstring required
driver_idstring required

Example request

{
  "offer_id": "64ad7c876c1af2d3fd81230d",
  "driver_id": "64ac71ddb111de5422ff31ac"
}

Response

Status Code 200: Successful Response - the request was successful!

successboolean
jobsstring[]

Changes