Tracking Requests

Edit a tracking request

Update a tracking request

patch/tracking_requests/{id}

Request body

Example request

{
  "data": {
    "attributes": {
      "ref_number": "REFNUMBER11"
    }
  }
}

Response

OK

Example response

{
  "data": {
    "attributes": {
      "request_number": "ONEYSH9AME650500",
      "request_type": "bill_of_lading",
      "scac": "ONEY"
    }
  }
}

Changes