go back to QuoteService

GET /quotes/search

Finds quote records with the given criteria. For example, /quotes/search?bill_distance=>=t100&customer_id=mc* would find quotes from customer IDs starting with 'mc' with a greater than or equal to 100 mile billing distance.

Parameters

name description type default type
request read for query parameters to be used as search criteria; use any combination of fields from the quote table context HttpServletRequest

Result

List < RowQuote > of type: application/xml application/json

a list of quote records matching the given criteria

Try It Out

Request

- Authentication Help