go back Home

QuoteService

This service provides operations that allow callers to create, retrieve, update and delete quotes in LoadMaster.

Operations

name role description
DELETE /quotes/{id} Users Deletes a quote record.
GET /quotes/new Users Creates a quote 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 /quotes/search Users Finds quote records with the given criteria.
GET /quotes/{id} Users Retrieves the quote record identified by the given ID value.
PUT /quotes/create Users, Customers Creates a new quote record.
PUT /quotes/update Users Updates a quote record.