Difference between revisions of "MYOB Endpoint: AccountBudgets"
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
The [[#Budgets Fields|MonthlyBudgets]] field contains the following sub-fields. | The [[#Budgets Fields|MonthlyBudgets]] field contains the following sub-fields. | ||
;DatesByMonthID | |||
:A [[Field Type: Text|text field]] used to link to the [[Endpoint: DatesByMonth|DatesByMonth]] endpoint. | |||
;Year | ;Year |
Revision as of 23:05, 30 April 2024
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 budgets values.
- See budget values for more information.
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 entries for each calendar month and year.
- See Budgets.MonthlyBudgets field for more information.
Budgets.MonthlyBudgets field
The MonthlyBudgets field contains the following sub-fields.
- DatesByMonthID
- A text field used to link to the DatesByMonth endpoint.
- 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 endpoint, you can see the MYOB API.
Related Fields
Related Endpoints