GET /availableTractors/new
Creates an availableTractors user object with all configured defaults set. This doesn't create a record
in the database. Instead, callers of this method can edit the returned object and then
pass it back to the create method to actually insert the record in the database.
Roles that can access this endpoint are Users, Carriers.
Parameters
name |
description |
type |
default |
type |
carrierId |
ID of the carrier for which to create the new RowAvailTractDetail record |
query
|
|
String
|
Result
RowAvailTractDetail
of type:
application/xml
application/json
a availableTractors record with all appropriate defaults set
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.
Child Elements:
RowContact
These elements represent the contacts associated with the payee.
The element contains a __name
attribute with the value contacts
.
Try It Out
Request