GET /availableTractors/{id}
Retrieves the RowAvailTractDetail record for the given ID.
Roles that can access this endpoint are Users, Carriers.
Parameters
name |
description |
type |
default |
type |
id |
the ID of the Available Tractor record to be returned |
path
|
|
String
|
Result
RowAvailTractDetail
of type:
application/xml
application/json
a RowAvailTractDetail record
Additional attributes:
__equipmentTypeDescr
This value represents the description of the equipment type, found in the tractor.equipment_type_id
field.
__dispatcherUser
This value represents the name of the dispatcher, found in the tractor.dispatcher
field.
__statusDescr
This value represents the description of the status, found in the tractor.status
field.
Try It Out
Request