Skip to main content
Documentation

Domain

Quotes capabilities

10 capabilities, all acting on a quote. A reference to one from another domain is spelled quote_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.
CapabilityWhat it doesEffect
quotes.listPOST /api/v1/quotes/listList quotes by status, customer or vehicleread-only
quotes.getPOST /api/v1/quotes/getGet one quote by id, with its totals and datesread-only
quotes.list_linesPOST /api/v1/quotes/list_linesList the priced lines on a quoteread-only
quotes.statusesPOST /api/v1/quotes/statusesList the statuses a quote can be inread-only
quotes.catalogPOST /api/v1/quotes/catalogList the services and prices a quote is built fromread-only
quotes.send_statusPOST /api/v1/quotes/send_statusCheck whether a quote can be sent, and by which channelread-only
quotes.set_statusPOST /api/v1/quotes/set_statusMove a quote to another statuswrites
quotes.extend_validityPOST /api/v1/quotes/extend_validityExtend how long a quote's price stays good forwrites
quotes.sendPOST /api/v1/quotes/sendText or email a quote to the customer for approvalwrites · reaches the customer
quotes.optionsPOST /api/v1/quotes/optionsRead the choices and bundle savings offered on one quoteread-only

← Every domain