GET /Quotes

xero.com:xero_accounting

Summary: Retrieves sales quotes
Operation ID: getQuotes
Auth: unknown

Parameters (11)

ContactID (string, query, optional)

Filter for quotes belonging to a particular contact

DateFrom (string, query, optional)

Filter for quotes after a particular date

DateTo (string, query, optional)

Filter for quotes before a particular date

ExpiryDateFrom (string, query, optional)

Filter for quotes expiring after a particular date

ExpiryDateTo (string, query, optional)

Filter for quotes before a particular date

If-Modified-Since (string, header, optional)

Only records created or modified since this timestamp will be returned

QuoteNumber (string, query, optional)

Filter by quote number (e.g. GET https://.../Quotes?QuoteNumber=QU-0001)

Status (string, query, optional)

Filter for quotes of a particular Status

order (string, query, optional)

Order by an any element

page (integer, query, optional)

e.g. page=1 – Up to 100 Quotes will be returned in a single API call with line items shown for each quote

xero-tenant-id (string, header, required)

Xero identifier for Tenant

No probe data for this endpoint yet.