For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings Quote Templates

List Quote Templates

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

List of quote templates

application/json
totalRowsnumberOptional
get/settings/quoteTemplates

Retrieve Quote Template

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Quote Template

Responses
200

Details about the template

application/json
idstringRead-onlyRequired

The unique ID of the quote template.

labelstringRequired

The display label of the quote template.

activebooleanOptional

Whether this quote template is active & usable

quoteTypesstring[]Optional

The quote types this template applies to

get/settings/quoteTemplates/{id}

Last updated

Was this helpful?