Quote
Return all sale quote types
Date Released: Nov 2018 Date Updated: Jan 2022
Please note: While accessibility via the API is available to both AccountRight and new Essentials files. Not all features will be displayed in Product for new Essentials or the AccountRight Browser.
The elements list below details information for Quotes. To view the descriptions for the elements you can either hover any attribute to reveal details or click here to show all details inline.
Items shown with are required when posting or puting data
Items shown with are read-only elements
Example json GET response
- {
- "UID" : "ce2379d6-ab03-4b57-aac4-a393bafa5e48",
- "Number" : "00000020",
- "Date" : "2018-10-29T00:00:00",
- "CustomerPurchaseOrderNumber" : "90008689",
- "Customer" : {
- "UID" : "f005d6df-eada-4a40-9908-1d982f047d05",
- "Name" : "The Motor Company",
- "DisplayID" : "CUS000010",
- "URI" : "{cf_uri}/Contact/Customer/f005d6df-eada-4a40-9908-1d982f047d05"
- },
- "Terms" : {
- "PaymentIsDue" : "DayOfMonthAfterEOM",
- "DiscountDate" : 1,
- "BalanceDueDate" : 30,
- "DiscountForEarlyPayment" : 5,
- "MonthlyChargeForLatePayment" : 7,
- "DiscountExpiryDate" : "2018-11-01T00:00:00",
- "Discount" : 5,
- "DueDate" : "2018-11-30T00:00:00",
- "FinanceCharge" : 0
- },
- "IsTaxInclusive" : true,
- "Subtotal" : 100,
- "Freight" : 0,
- "FreightTaxCode" : {
- "UID" : "38a37ae8-565c-46f8-ad4a-2a87069607f8",
- "Code" : "GST",
- "URI" : "{cf_uri}/GeneralLedger/TaxCode/38a37ae8-565c-46f8-ad4a-2a87069607f8"
- },
- "TotalTax" : 9.09,
- "TotalAmount" : 100,
- "Category" : null,
- "Salesperson" : null,
- "JournalMemo" : "Sale; The Motor Company",
- "ReferralSource" : "Yellow Pages",
- "BalanceDueAmount" : 100,
- "QuoteType" : "Service",
- "ForeignCurrency" : null,
- "URI" : "{cf_uri}/Sale/Quote/Service/ce2379d6-ab03-4b57-aac4-a393bafa5e48",
- "RowVersion" : "-6292654579343425536"
- }