go back Home

LocationService

This service provides operations for retrieving and updating locations. Several individually-scoped reports are also available.

Operations

name description
GET /locations Retrieves a List of RowLocations with a full or partial match to the given value.
GET /locations/new Creates a location 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 /locations/search Searches the database for locations matching the given request parameters.
GET /locations/userSavedSearch Retrieves a List of RowLocation objects based on an existing saved search.
GET /locations/{id} Retrieves the location for the location ID.
GET /locations/{id}/trailerPool Produces a trailer pool report for the location.
PUT /locations/create Creates a new RowLocation record for the given Location data.
PUT /locations/update Updates a RowLocation record for the given Location data.