go back Home

LocationService

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

Operations

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