Activate a quote template
Transitions a quote template to ACTIVE so it can be instantiated. Requires the QUOTE.TEMPLATE.UPDATE permission.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
resourceIdOrReference
The ID or reference of the resource.
Headers
x-platform-id
Platform ID.
Response
OK
object_type
id
name
Name of the template.
reference
A custom reference assigned to the template.
description
Description of the template.
status
The status of the template
pricing_plan_subscription
Template used to define the subscription made for quotes made from this template.
pricing_plan_schedule
Template used to select the schedule associated to quotes made from this template.
quote_version
Template used to create the initial quote body for quotes made from this template.
created_at
updated_at
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error