Create quote
Create a new quote.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
ID of the customer.
ID of the quote template. If not specified, a subscription configuration must be defined.
Estimated contract value. If not specified, automatically computed from the subscription configuration.
Whether the subscription should be automatically started when the quote is signed.
IDs of the customer custom properties required to be filled during the signature flow.
Collect customer payment method mandate during signature flow or not.
Custom comments displayed on the quote.
ID of the invoicing entity attached to the quote.
Email address of the Hyperline user acting as the quote owner. If not specified, the Hyperline account owner will be assigned.
Quote status.
draft
: The quote is a draft.approved
: The quote is approved and ready to be sent to the customer.pending_signature
: The quote is awaiting the customer's signature.
draft
, approved
, pending_signature
Subscription configuration constituting the quote.
Custom quotation terms.
Response
Estimated contract value.
List of documents attached to the quote.
Whether the subscription should be automatically started when the quote is signed.
IDs of the customer custom properties required to be filled during the signature flow.
Collect customer payment method mandate during signature flow or not.
Custom comments displayed on the quote.
ID of the related opportunity/deal in the connected CRM.
ID of the customer.
Quote expiration date. UTC date time string in the ISO 8601 format.
Quote ID.
ID of the invoicing entity attached to the quote.
Quote sequential number.
Final signed quote (manually uploaded).
Quote status.
draft
: The quote is a draft.pending_approval
: The quote is pending manager review and approval.changes_requested
: Some changes have been requested following manager review.approved
: The quote is approved and ready to be sent to the customer.pending_signature
: The quote is awaiting the customer's signature.signed
: The quote is signed and fully finalized.voided
: The quote is voided.
draft
ID of the current subscription attached to the quote. The get subscription endpoint (GET /v2/subscriptions/{id}
) can be used to retrieve the related details.
ID of the quote template.
Custom quotation terms.
URL to access the quote publicly. Only applies to the pending_signature
or signed
quote.
Was this page helpful?