Create a quote version
Requires the QUOTE.CREATE 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
Headers
x-platform-id
Platform ID.
Request
This endpoint expects an object.
quote_id
The ID of the quote.
version
The value describing the version of the quote.
expires_at
The expiration date of the quote version.
pricing_plan_subscription_info
The info of the linked pricing plan subscription.
status
link
The public portal link of the quote.
internal_notes
Internal notes on this quote versions.
notes
Notes on this quote versions.
recipients
The recipients for signature on this quote version.
Response
Created
quote_id
The ID of the quote.
version
The value describing the version of the quote.
object_type
id
created_at
updated_at
expires_at
The expiration date of the quote version.
pricing_plan_subscription_info
The info of the linked pricing plan subscription.
status
actions
The history of all actions done.
link
The public portal link of the quote.
internal_notes
Internal notes on this quote versions.
notes
Notes on this quote versions.
approval_request_id
The ID of the Approval Request that was created for this Quote Version.
recipients
The recipients for signature on this quote version.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
500
Internal Server Error