MYOB Endpoint: PurchasesAllOrders

From OdataLink
Jump to navigation Jump to search

Overview

The MYOB PurchasesAllOrders endpoint allows you to get access to all purchase orders regardless of type (Item, Miscellaneous, Professional, Service) within MYOB.


Fields

The following fields are available for the PurchasesAllOrders 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 order number.
Date
A date field that indicates the date of the transaction.
SupplierInvoiceNumber
A text field that provides the supplier invoice number.
Supplier
A record field that provides the supplier associated with this transaction.
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.
IsReportable
A true/false field that indicates if the transaction is a reportable taxable payment.
Note this applies to Australia only.
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.
JournalMemo
A text field that provides the memo for the transaction.
AppliedToDate
A decimal field that provides the total amount paid on this transaction.
BalanceDueAmount
A decimal field that provides the outstanding balance of this transaction.
Status
A text field that provides the status of this transaction.
Possible values are:
  • Open: Indicates the order has not been converted to a purchase bill.
  • ConvertedToBill: Indicates the order has been converted to a purchase bill.
LastPaymentDate
A date field that provides the last payment date applied to the transaction.
OrderType
A text field that provides the type of this transaction.
Possible values are:
  • Item
  • Miscellaneous
  • Professional
  • Service
ForeignCurrency
A record field that provides the currency associated with this transaction.
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
Purchases
TaxCodes


Related Endpoints

JournalTransactions
PurchasesAllInvoices


Related Topics

MYOB Models
MYOB Endpoints