Settings Quote Templates
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
List of quote templates
application/json
totalRowsnumberOptional
400
Bad Request
application/json
401
Not Authorized
application/json
500
Unexpected error
application/json
get/settings/quoteTemplates
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
400
Bad Request
application/json
401
Not Authorized
application/json
404
Not found
application/json
500
Unexpected error
application/json
get/settings/quoteTemplates/{id}
Last updated
Was this helpful?

