Add description...
Pause a BIN load
/load/{id}/pause
-Supported Authorization Grants: authorization_code, password
-URI Parameters: -Load Id: The Load Management identifier for the load (id) -Body Parameters: NoneSample request:
PUT https://api-int.truckstop.com/loadmanagement/v2/load/<id>/pause HTTP/1.1 Authorization: bearer <access_token>
HTTP/1.1 200 OK
- Response Fields: There are no response fields.