{
"lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"number": "QT-2026-0001",
"order_type": "subscription_creation",
"lago_customer_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_subscription_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_organization_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"created_at": "2026-04-29T08:59:51Z",
"updated_at": "2026-04-29T08:59:51Z",
"current_version": {
"lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_quote_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_organization_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"version": 1,
"status": "draft",
"currency": "USD",
"billing_entity_code": "acme_corp",
"void_reason": "manual",
"approved_at": "2026-04-29T08:59:51Z",
"voided_at": "2026-04-29T08:59:51Z",
"created_at": "2026-04-29T08:59:51Z",
"updated_at": "2026-04-29T08:59:51Z"
},
"owners": [
{
"lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"email": "sales@getlago.com"
}
]
}The quote object
This object represents a quote, the negotiation document a deal is assembled in. Quotes are authored in the Lago user interface; the API exposes them read-only, along with the lifecycle transitions of their versions.
Unique identifier of the quote, created by Lago.
"1a901a90-1a90-1a90-1a90-1a901a901a90"
The unique number assigned to the quote by Lago.
"QT-2026-0001"
The commercial motion the quote describes. It can be any of the following values:
subscription_creation: the quote creates one or more subscriptions.subscription_amendment: the quote amends an existing subscription, named by the quote's ownlago_subscription_id.one_off: the quote bills add-ons once, without any subscription.
subscription_creation, subscription_amendment, one_off "subscription_creation"
Unique identifier of the customer the quote is addressed to, created by Lago.
"1a901a90-1a90-1a90-1a90-1a901a901a90"
Unique identifier of the subscription the quote amends, created by Lago. It is set only when the order_type is subscription_amendment.
"1a901a90-1a90-1a90-1a90-1a901a901a90"
Unique identifier of the organization, created by Lago.
"1a901a90-1a90-1a90-1a90-1a901a901a90"
The date and time in UTC (ISO 8601) when the quote was created.
"2026-04-29T08:59:51Z"
The date and time in UTC (ISO 8601) when the quote was last updated.
"2026-04-29T08:59:51Z"
The latest version of the quote. Its content and billing_items are omitted here; retrieve the version to get them.
Show child attributes
Show child attributes
The users of the organization responsible for the quote.
Show child attributes
Show child attributes
Was this page helpful?