The service class containing the endpoints for managing brokerage available tractors.
name | description |
---|---|
DELETE /availableTractors/{id} | Deletes the given record specified by the supplied ID. |
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. |
PUT /availableTractors/create | Creates a new RowAvailTractDetail record for the given RowAvailTractDetail data. |
PUT /availableTractors/update | Updates a RowAvailTractDetail record for the given Available Tractors data. |