Refresh a load

Refresh a load on the load board

📘

### Refresh a load

POST /loadmanagement/v2/load/refresh/integrator Refreshes loads

Authorization bearer token
Content Type application/json
Accept application/json
URL Params None
Body Params Array of strings (Load GUIDs)

HTTP/1.1 200 OK
Content-Type: application/json;
Authorization: bearer <access_token>
[
  "Load GUID"
]
HTTP/1.1 200 OK
Code: 202
Content-Type: application/json;
{
  "declined": 0,
  "successful": 0,
  "failed": 0,
  "jobId": "string",
  "statuses": [
    {
      "loadId": "string",
      "status": 0,
      "nextRefreshAvailableAt": "2022-03-15T18:23:11.960Z",
      "error": "string"
    }
  ]
}
  • The maximum loads to refresh is up to 10,000 in one call.
  • This API ignores duplicate load IDs in the list.