Order
Returns all sale order types
Date Released: Jun 2014 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 Invoice. 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-a393bafa5e47",
- "Number" : "00000014",
- "Date" : "2014-05-29T00:00:00",
- "CustomerPurchaseOrderNumber" : "90000699",
- "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" : "2014-06-01T00:00:00",
- "Discount" : 5,
- "DueDate" : "2014-06-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",
- "AppliedToDate" : 0,
- "BalanceDueAmount" : 100,
- "Status" : "Open",
- "LastPaymentDate" : null,
- "OrderType" : "Service",
- "ForeignCurrency" : null,
- "URI" : "{cf_uri}/Sale/Order/Service/ce2379d6-ab03-4b57-aac4-a393bafa5e47",
- "RowVersion" : "-6292654579343425536"
- }