Xero · Schema

QuoteStatusCodes

The status of the quote.

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-quotestatuscodes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QuoteStatusCodes",
  "title": "QuoteStatusCodes",
  "description": "The status of the quote.",
  "type": "string",
  "enum": [
    "DRAFT",
    "SENT",
    "DECLINED",
    "ACCEPTED",
    "INVOICED",
    "DELETED"
  ]
}