MYOB Endpoint: SalesAllQuotes

Overview

The MYOB SalesAllQuotes endpoint allows you to get access to all sales quotes regardless of type (Item, Miscellaneous, Professional, Service, Time-Billing) within MYOB.


Fields

The following fields are available for the SalesAllQuotes endpoint.

UID
A GUID field representing the internal id of this record. This field can be used to link to other endpoints.
Number
A text field that provides the quote number.
Date
A date field that indicates the date of the transaction.
CustomerPurchaseOrderNumber
A text field that provides the customer purchase order number.
Customer
A record field that provides the customer associated with this transaction.
Terms
A record field that provides the terms of this transaction.
IsTaxInclusive
A true/false field that indicates if the amounts are tax inclusive or not.
Subtotal
A decimal field that provides the total of all the lines.
Freight
A decimal field that provides the freight amount for this transaction.
FreightTaxCode
A record field that provides the tax code used for freight.
TotalTax
A decimal field that provides the total tax amount.
TotalAmount
A decimal field that provides the total amount of this transaction.
Category
A record field that provides the category associated with this transaction.
Salesperson
A record field that provides the salesperson / employee associated with this transaction.
JournalMemo
A text field that provides the memo for the transaction.
ReferralSource
A text field that provides the referral source for the transaction.
BalanceDueAmount
A decimal field that provides the outstanding balance of this transaction.
QuoteType
A text field that indicates the type of quote.
Possible values are:
  • Item
  • Miscellaneous
  • Professional
  • Service
  • TimeBilling
ForeignCurrency
A record field that provides the currency associated with this transaction.
LastModified
A date time field that indicates the date and time it was last modified.
RowVersion
A row version field.


MYOB API

For a detailed run through of the endpoint, you can see the MYOB API.


Related Fields

Cards
Categories
Sales
TaxCodes


Related Endpoints

SalesAllInvoices
SalesAllOrders


Related Topics

MYOB Models
MYOB Endpoints