Add description...
### See if the current user meets the BIN requirements
/load/binprerequisites
-Supported Authorization Grants: authorization_code, password
-URI Parameters: None
-Body Parameters: NoneSample request:
GET https://api-int.truckstop.com/loadmanagement/v2/load/binprerequisites HTTP/1.1 Authorization: bearer <access_token> Content-Type: application/json
HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 CorrelationId: 901b6bd9-cd5a-4fca-9955-fc94db7eeacd { "hasSubscription": true, "hasCarrier": true, "hasTC": true, "hasLogo": true } Response Fields
- Response Fields:
Field Type Description HasSubscription boolean Whether the calling user is authorized to use Book it Now HasCarrier boolean Whether the calling user has a relationship with carriers eligible for Book it Now HasTC boolean Whether the calling has any terms and conditions available HasLogo boolean Whether the calling user has a logo that can be used to indicate Book it Now loads Error Fields: Error responses contain an HTTP Code and an Error object.