go back Home

TrailerService

This service provides operations for retrieving and managing trailers. Access to several individually-scoped reports is available too.

Operations

name description
GET /trailers Retrieves a List of Trailers with a full or partial match to the given value.
GET /trailers/new Creates a trailer 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 /trailers/search Searches the database for trailers matching the given request parameters.
GET /trailers/userSavedSearch Retrieves a List of RowTrailer objects based on an existing saved search.
GET /trailers/{id} Retrieves the Trailer record with the given ID.
GET /trailers/{id}/preassignments Retrieves preassignments for the trailer with the specified ID.
GET /trailers/{id}/revenueReport Produces a trailer revenue report.
PUT /trailers/create Creates a new RowTrailer record for the given data.
PUT /trailers/update Updates a RowTrailer record for the given data.