Difference between revisions of "MYOB Endpoint: AccountBudgets"
Jump to navigation
Jump to search
(Created page with "== Overview == The MYOB '''AccountBudgets''' endpoint allows you to access the budgets located within MYOB. == Fields == The following fields are available for the AccountB...") |
|||
Line 17: | Line 17: | ||
== Budgets Fields == | |||
The '''Budgets''' field contains the following sub-fields. | The '''Budgets''' field contains the following sub-fields. | ||
Line 28: | Line 28: | ||
== Budgets.MonthlyBudgets field == | |||
;Year | ;Year |
Revision as of 18:09, 25 August 2021
Overview
The MYOB AccountBudgets endpoint allows you to access the budgets located within MYOB.
Fields
The following fields are available for the AccountBudgets endpoint.
- FinancialYear
- A integer field representing the financial year for the budget. Note this is not necessarily the same as the calendar year.
- LastMonthInFinancialYear
- A integer field indicating the last month used for your financial year.
- Budgets
- A table field that contains multiple records of budget values.
Budgets Fields
The Budgets field contains the following sub-fields.
- Account
- A record field that identifies the account for this budget entry.
- MonthlyBudgets
- A table field that contains one record for each calendar month and year.
Budgets.MonthlyBudgets field
- Year
- A integer field representing the calendar year for the budget amount.
- Month
- A integer field representing the calendar month for the budget amount.
- Amount
- A decimal field representing the amount.
MYOB API
For a detailed run through of the Accounts endpoint, you can see the MYOB API.