Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to MYOB APIs.
The CompanyFileId connection property is required to access all tables and views, except for the CompanyFiles view, which you can use to view the company files associated with your account (and their associated IDs). Use this view if you don't know the ID of your company file.
Key Features
- The driver models MYOB entities like Accounts, PurchaseOrders, and SalesOrders as relational tables and views, allowing you to write SQL to query MYOB data.
- Stored procedures allow you to execute operations to MYOB, including retrieving the access token and keeping it refreshed in OAuth 2.0.
- Live connectivity to these objects means any changes to your MYOB account are immediately reflected when using the driver.
Tables
Tables describes the available tables. Tables are statically defined to model Customers, PurchaseOrders, SalesOrders, and more.
Views
Views are available for read-only access to data from MYOB, including AccountRegister and Currencies.
Stored Procedures
Stored Procedures are function-like interfaces to MYOB. Stored procedures allow you to execute operations to MYOB, including downloading and uploading objects.