Quote
Retrieves the collection of Quote resources.
Retrieves the collection of Quote resources.
get/quotes
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
Quote collection
Example response
[
{
"id": "quickbooks-726",
"integration": "quickbooks",
"srcId": "90300000072369",
"created": "2021-07-28 00:00:00",
"modified": "2021-09-15 00:00:00",
"customerId": "0124",
"customerName": "John Doe",
"quoteNumber": "99",
"txnDate": "2021-07-28 00:00:00",
"billingCity": "Toronto",
"billingPostalcode": "H6F0R3",
"billingCountry": "Canada",
"shippingCity": "Vancouver",
"shippingCountry": "Canada",
"totalAmount": 5000000,
"currency": "CAD",
"txnStatus": "2021-09-15 00:00:00",
"shippingPostalcode": "V5N7G4"
}
]