Data Model
This section shows the available API objects and provides more information on executing SQL to Sage Business Cloud Accounting APIs.
Schemas for most database objects are defined in simple, text-based configuration files.
Key Features
- The provider models Sage Business Cloud Accounting entities like BankAccounts, Contacts, and Journals as relational tables and views, allowing you to write SQL to select, insert, update, and delete Sage Business Cloud Accounting data.
- Stored procedures allow you to execute operations to Sage Business Cloud Accounting, including retrieving the access token and keeping it refreshed in OAuth 2.0.
- Live connectivity to these objects means any changes to your Sage Business Cloud Accounting account are immediately reflected when using the provider.
Tables
Views describes the available tables. Tables are statically defined to model BankAccounts, Contacts, and Journals, and more.
Views
Views describes the available views. Views are statically defined to model TaxOffices, Currencies, SalesInvoiceLineItems, and more.
Stored Procedures
Stored Procedures are function-like interfaces to Sage Business Cloud Accounting. Stored procedures allow you to execute operations to Sage Business Cloud Accounting, including downloading documents and moving envelopes.