Difference between revisions of "MYOB Endpoint: AccountBudgets"

From OdataLink
Jump to navigation Jump to search
Line 1: Line 1:
== Overview ==
== Overview ==


The MYOB '''AccountBudgets''' endpoint allows you to access the budgets located within MYOB.
The MYOB '''AccountBudgets''' [[Endpoints|endpoint]] allows you to access the budgets located within MYOB.


== Fields ==
== Fields ==
Line 14: Line 14:


;Budgets
;Budgets
:A [[Field Type: Table|table field]] that contains multiple records of [[#Budgets Fields|budget values]].
:A [[Field Type: Table|table field]] that contains multiple records of budgets values.
:See [[#Budgets Fields|budget values]] for more information.




Line 25: Line 26:


;MonthlyBudgets
;MonthlyBudgets
:A [[Field Type: Table|table field]] that contains multiple [[#Budgets.MonthlyBudgets field|amount records]], one for each calendar month and year.
:A [[Field Type: Table|table field]] that contains entries for each calendar month and year.
:See [[#Budgets.MonthlyBudgets field|Budgets.MonthlyBudgets field]] for more information.




Line 45: Line 47:




== Related Topics ==
== Related Fields ==


:[[Endpoints]]
:[[MYOB Field: Account]]  
:[[MYOB Field: Accounts]]  
 
:[[MYOB Field: Currencies]]
 
:[[MYOB Field: TaxCodes]]
== Related Endpoints ==
 
:[[MYOB Endpoint: Accounts]]

Revision as of 18:43, 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 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

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.


Related Fields

MYOB Field: Account


Related Endpoints

MYOB Endpoint: Accounts