Allows you to retrieve any sales quotes

GET {{baseUrl}}/Quotes?DateFrom=<date>&DateTo=<date>&ExpiryDateFrom=<date>&ExpiryDateTo=<date>&ContactID=<uuid>&Status=<string>&page=<integer>&order=<string>&QuoteNumber=<string>

Request Params

KeyDatatypeRequiredDescription
DateFromstringFilter for quotes after a particular date
DateTostringFilter for quotes before a particular date
ExpiryDateFromstringFilter for quotes expiring after a particular date
ExpiryDateTostringFilter for quotes before a particular date
ContactIDstringFilter for quotes belonging to a particular contact
StatusstringFilter for quotes of a particular Status
pagestringe.g. page=1 – Up to 100 Quotes will be returned in a single API call with line items shown for each quote
orderstringOrder by an any element
QuoteNumberstringFilter by quote number (e.g. GET https://.../Quotes?QuoteNumber=QU-0001)

HEADERS

KeyDatatypeRequiredDescription
If-Modified-SincestringOnly records created or modified since this timestamp will be returned
xero-tenant-idstring(Required) Xero identifier for Tenant

RESPONSES

status: OK

{&quot;Id&quot;:&quot;bb583e7e-9b6b-471e-88da-4cbfcfad7a57&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Adams OAuth2 App&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1571876635477)/&quot;,&quot;Quotes&quot;:[{&quot;QuoteID&quot;:&quot;be59294f-2a9c-4cee-8c64-0f0ddbc1883a&quot;,&quot;QuoteNumber&quot;:&quot;QU-0001&quot;,&quot;Reference&quot;:&quot;REF-123&quot;,&quot;Terms&quot;:&quot;Not valid after the expiry date&quot;,&quot;Contact&quot;:{&quot;ContactID&quot;:&quot;060816db-0ed7-44de-ab58-8fee9316fcd5&quot;,&quot;Name&quot;:&quot;Adam&quot;},&quot;LineItems&quot;:[{&quot;LineItemID&quot;:&quot;ccf5e45c-73b6-4659-83e8-520f4c6126fd&quot;,&quot;AccountCode&quot;:&quot;200&quot;,&quot;Description&quot;:&quot;Fish out of Water&quot;,&quot;UnitAmount&quot;:19.95,&quot;DiscountRate&quot;:10.0,&quot;LineAmount&quot;:17.96,&quot;ItemCode&quot;:&quot;BOOK&quot;,&quot;Quantity&quot;:1.0,&quot;TaxAmount&quot;:2.69,&quot;TaxType&quot;:&quot;OUTPUT2&quot;,&quot;Tracking&quot;:[{&quot;TrackingCategoryID&quot;:&quot;351953c4-8127-4009-88c3-f9cd8c9cbe9f&quot;,&quot;TrackingOptionID&quot;:&quot;ce205173-7387-4651-9726-2cf4c5405ba2&quot;,&quot;Name&quot;:&quot;Region&quot;,&quot;Option&quot;:&quot;Eastside&quot;}]}],&quot;Date&quot;:&quot;/Date(1571875200000)/&quot;,&quot;DateString&quot;:&quot;2019-10-24T00:00:00&quot;,&quot;ExpiryDate&quot;:&quot;/Date(1571961600000)/&quot;,&quot;ExpiryDateString&quot;:&quot;2019-10-25T00:00:00&quot;,&quot;Status&quot;:&quot;ACCEPTED&quot;,&quot;CurrencyRate&quot;:0.937053,&quot;CurrencyCode&quot;:&quot;AUD&quot;,&quot;SubTotal&quot;:17.96,&quot;TotalTax&quot;:2.69,&quot;Total&quot;:20.65,&quot;TotalDiscount&quot;:1.99,&quot;Title&quot;:&quot;Your Quote&quot;,&quot;Summary&quot;:&quot;Please buy this&quot;,&quot;BrandingThemeID&quot;:&quot;4c82c365-35cb-467f-bb11-dce1f2f2f67c&quot;,&quot;UpdatedDateUTC&quot;:&quot;/Date(1571869373890)/&quot;,&quot;LineAmountTypes&quot;:&quot;EXCLUSIVE&quot;}]}