go back Home

LocationRatingService

This service contains endpoints for retrieval and manipulation of user ratings for locations.

Operations

name role description
GET /locationRatings/{id} Users, Drivers Retrieves the Location Rating for the specified ID
GET /locationRatings/{locationId}/new Drivers Creates a Location Rating object with all configured defaults set. This DOES NOT 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 /locationRatings/create Drivers Creates a new Location Rating record for the given data.