Pause a BIN load

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: None

Sample request:

PUT https://api-int.truckstop.com/loadmanagement/v2/load/<id>/pause HTTP/1.1
Authorization: bearer <access_token>
Content-Type: application/json

{
}
Request Fiel
HTTP/1.1 200 OK
CorrelationId: 901b6bd9-cd5a-4fca-9955-fc94db7eeacd
  • Response Fields: There are no response fields.