DELETE /availableTractors/{id}
|
Users, Carriers, Freight Matching
|
Deletes the given record specified by the supplied ID. |
GET /availableTractors
|
Users, Carriers
|
Retrieves a list of available tractors for the given carrier. |
GET /availableTractors/new
|
Users, Carriers
|
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. |
GET /availableTractors/search
|
Freight Matching
|
Searches the database for available tractors matching the given request parameters. |
GET /availableTractors/{id}
|
Users, Carriers
|
Retrieves the RowAvailTractDetail record for the given ID. |
PUT /availableTractors/add
|
Freight Matching
|
Creates an availableTractors object with the specified parameter values. |
PUT /availableTractors/create
|
Users, Carriers
|
Creates a new RowAvailTractDetail record for the given RowAvailTractDetail data. |
PUT /availableTractors/update
|
Carriers
|
Updates a RowAvailTractDetail record for the given Available Tractors data. |