Update a quote
Updates a quote’s name override and its signing deadline. The override names the quote, not the subscription; subscription content is edited through the quote’s phases.
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
2026-04-01 A unique string used to ensure the request is processed exactly once. If you retry a request with the same idempotency key within 24 hours, the original response is returned without re-executing the operation.
255"ik_a1b2c3d4e5f6"
Path Parameters
Unique identifier for the quote
Body
Make the signing offer open-ended.
Drop the override, falling back to the subscription's name.
Move the signing deadline. Ignored when clear_expires_at is true.
"2026-09-30T23:59:59Z"
Name override for this quote. Does not rename the subscription. Ignored when clear_name is true.
"Acme Platform 2026 (revised)"
Response
Success
Whether this quote takes effect on its own once signed; otherwise activate it with Activate a Signed Quote
false
Term of the subscription this quote documents
When the quote was created
"2026-08-21T10:00:00Z"
ISO 4217 currency code
"USD"
Customer ID
"cust_abc123"
Quote ID
"qt_abc123"
Quote kind
new, renewal, amendment "new"
Display name of the quote: its own override when one is set, otherwise the name of the subscription it documents
"Acme Platform 2026"
Document status
draft, pending_approval, sent, signed, rejected, withdrawn, expired "draft"
The subscription this quote creates or amends. Whether the deal is in effect is that subscription's state, not the quote's: read it, or its phases, once the quote is signed.
"sub_abc123"
When the quote was last updated
"2026-08-21T10:00:00Z"
When the signing offer expires; null means it never expires
"2026-09-30T23:59:59Z"
Hosted page where the customer reviews and signs. Present on a single quote while a customer signature is pending, so a lost link can be recovered; omitted on the list.
"https://acme.alguna.io/hs/elt_abc123"
Reason recorded on withdrawal
"Superseded by revised terms"
When the quote was withdrawn, if withdrawn
"2026-09-15T09:00:00Z"