Update Quote Template
PUT /quote-templates/{template_id}
PUT
/quote-templates/{template_id}
Replace a template. ORG ADMIN.
A PUT, matching the app: the body is the template’s new state, not a patch, so an omitted field is CLEARED rather than left alone.
Authorizations
Parameters
Path Parameters
template_id
required
Template id.
string
Template id.
Header Parameters
Request Body required
A reusable quote template. A CLOSED mirror of QuoteTemplateDTO - the
app drops an unrecognised field silently, so an open model here would turn
a typo into a template saved without the thing you typed.
object
default_line_items
Any of:
Array<object>
object
key
additional properties
any
null
document_ids
Any of:
Array<string>
null
is_default
boolean
name
required
string
Responses
200
Successful Response
object
data
required
An open envelope for a quote, template, contact or job result.
object
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string