Quote

Return all sale quote types

Date Released: Nov 2018 Date Updated: Jan 2022
URLSupports
/{cf_uri}/Sale/Quote GET |  PUT |  POST |  DELETE
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

Attribute Details

  • UIDGuid (36)
  • Unique guid identifier created for a sale quote.
  • Number String (13)
  • Sales Quote number
  • DateDateTime
  • Transaction date entry, format YYYY-MM-DD HH:MM:SS { 'Date': '2014-05-01 00:00:00' }
  • CustomerPurchaseOrderNumberString (255)
  • Customer PO number.
  • Customer
  • The following set of information pulls through details for the Customer contact
    • UIDGuid (36)
    • Foreign Key: Unique guid identifier belonging to the customer assigned to the sales quote.
    • NameString (50)
    • Name of the customer.
    • DisplayIDString (15)
    • Customer contact Card ID.
    • URIString
    • Uniform resource identifier associated with the customer object.
  • Terms
  • The following set of information pulls through customer payment terms.
    • PaymentIsDueString
    • Default Terms of Payment definitions:
      CashOnDelivery
      PrePaid
      InAGivenNumberOfDays
      OnADayOfTheMonth
      NumberOfDaysAfterEOM
      DayOfMonthAfterEOM
    • DiscountDate Integer
    • If PaymentIsDue = CashOnDelivery, PrePaid, InAGivenNumberOfDaysNumber or NumberOfDaysAfterEOM then set the number of days within which the customer must pay to receive discounts.

      If PaymentIsDue = OnADayOfTheMonth or DayOfMonthAfterEOM then set the day of the month within which the payment must be made to receive discounts.
    • BalanceDueDate Integer
    • If PaymentIsDue = CashOnDelivery, PrePaid, InAGivenNumberOfDaysNumber or NumberOfDaysAfterEOM then set the number of days within which the customer has to pay invoices.

      If PaymentIsDue = OnADayOfTheMonth or DayOfMonthAfterEOM then set the day of the month within which the payment must be made to pay invoices.
    • DiscountForEarlyPayment Double (99.99%)
    • % discount for early payment.
    • MonthlyChargeForLatePayment Double (99.99%)
    • % monthly charge for late payment.
    • DiscountExpiryDateDateTime
    • Date in which payment must be paid in full in order to receive discount, format YYYY-MM-DD HH:MM:SS { 'Date': '2014-09-10 00:00:00' }
    • DiscountDecimal (13.2)
    • Discount amount that will apply if payment is made in full by the discount date.
    • DueDateDateTime
    • Date in which payment is due, format YYYY-MM-DD HH:MM:SS { 'Date': '2014-09-10 00:00:00' }
    • FinanceChargeDecimal (13.2)
    • Late payment fee to be charged if payment is not made in full by the due date.
  • IsTaxInclusiveBoolean
  • True indicates the transaction is set to tax inclusive.
    False indicates the transaction is not tax inclusive.
  • SubtotalDecimal (13.2)
  • If IsTaxInclusive = false then sum of all tax exclusive line amounts.
    If IsTaxInclusive = true then sum of all tax inclusive line amounts.
  • FreightDecimal (13.2)
  • Tax inclusive freight amount applicable to the sales quote.
  • FreightTaxCode
  • The following set of information pulls through the details for freight Tax Codes
    • UID GUID (36)
    • Foreign Key: Unique freight tax code identifier in the form of a guid
    • Code String (3)
    • 3 digit code assigned to the freight tax code.
    • URI String
    • Uniform resource identifier associated with the freight tax code object.
  • TotalTaxDecimal (13.2)
  • Total of all tax amounts applicable to the sales quote.
  • TotalAmountDecimal (13.2)
  • Total amount of the sales quote.
  • Category
  • The following outlines category information for the sales quotes.
    • UID GUID (36)
    • Foreign Key: Unique guid identifier belonging to the category assigned to the sales quotes
    • Name String (30)
    • Name of the category
    • DisplayID String (15)
    • Display id for the category
    • URI String
    • Uniform resource identifier associated with the category object
  • Salesperson
  • The following set of information pulls through details for the an employee contact.
    • UIDGuid (36)
    • Foreign Key: Unique employee contact identifier in the form of a guid.
    • NameString (30)
    • Selected employee contact name.
    • DisplayIDString (15)
    • Employee contact Card ID.
    • URIString
    • Uniform resource identifier associated with the employee contact object.
  • JournalMemoString (255)
  • Journal memo text describing the sale.
  • ReferralSourceString (20)
  • Referral Source selected on the sales quotes.
  • BalanceDueAmountDecimal (13.2)
  • Amount still payable on the sales quote.
  • QuoteTypeQuoteType
  • Quote layout type:
    Item
    Service
    Professional
    TimeBilling
    Miscellaneous
  • ForeignCurrency
  • Null if no foreign currency is set.
    • UIDGuid (36)
    • Foreign Key: Unique identifier for the currency in the form of a guid.
    • CodeString (3)
    • The currency code.
    • CurrencyNameString
    • The full name of the currency
    • URIString
    • Uniform resource identifier associated with the currency object.
  • URIString
  • Uniform resource identifier encompasses all types of names and addresses that refer to objects on the web.
  • RowVersionString
  • Number value that changes upon a record update, can be used for change control but does does not preserve a date or a time.


Paging: default page size is set to 400 with a maximum of 1000 results.

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"
  • }
Hypermedia in the MYOB Business API

The {cf_uri} is provided by the Company File endpoint.

Read more about Hypermedia in the MYOB Business API in our best practice guide.