MYOB Endpoint: SalesAllInvoices
Jump to navigation
Jump to search
Overview
The MYOB SalesAllInvoices endpoint allows you to get access to all sales invoices regardless of type (Item, Miscellaneous, Professional, Service, Time-Billing) within MYOB.
Fields
The following fields are available for the SalesAllInvoices 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 invoice 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.
- PromisedDate
- A date field that provides the promised date of the transaction.
- BalanceDueAmount
- A decimal field that provides the outstanding balance of this transaction.
- BalanceDueAmountForeign
- A decimal field that provides the outstanding balance of this transaction for foreign currency transactions.
- Status
- A text field that provides the status of this transaction.
- Possible values are:
- Open: Indicates the invoice has an outstanding amount owing.
- Closed: Indicates the invoice is paid in full.
- Credit: Indicates the invoice is negative or overpaid and not settled or refunded.
- ShipToAddress
- A text field that provides the complete address.
- 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.
- SubtotalForeign
- A decimal field that provides the total of all the lines for foreign currency transactions.
- Freight
- A decimal field that provides the freight amount for this transaction.
- FreightForeign
- A decimal field that provides the freight amount for this transaction for foreign currency transactions.
- FreightTaxCode
- A record field that provides the tax code used for freight.
- TotalTax
- A decimal field that provides the total tax amount.
- TotalTaxForeign
- A decimal field that provides the total tax amount for foreign currency transactions.
- TotalAmount
- A decimal field that provides the total amount of this transaction.
- TotalAmountForeign
- A decimal field that provides the total amount of this transaction for foreign currency transactions.
- 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.
- Comment
- A text field that provides the comment for the transaction.
- ShippingMethod
- A text field that provides the shipping method for the transaction.
- JournalMemo
- A text field that provides the memo for the transaction.
- ReferralSource
- A text field that provides the referral source for the transaction.
- InvoiceDeliveryStatus
- A text field that provides the delivery status of this transaction.
- Possible values are:
- PrintAndEmail
- Nothing
- LastPaymentDate
- A date field that provides the last payment date applied to the transaction.
- InvoiceType
- A text field that indicates the type of invoice.
- Possible values are:
- Item
- Miscellaneous
- Professional
- Service
- TimeBilling
- Order
- A record field that provides the order which originally was used to create this invoice.
- OnlinePaymentMethod
- A text field that provides the method of payment used for online payments.
- ForeignCurrency
- A record field that provides the currency associated with this transaction.
- CurrencyExchangeRate
- A decimal field that provides exchange rate for foreign currency transactions.
- 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
Related Endpoints