Difference between revisions of "MYOB Endpoint: AccountBudgets"

From OdataLink
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...")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==


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


== Fields ==
== Fields ==


The following fields are available for the AccountBudgets endpoint.
The following fields are available for the AccountBudgets endpoint.
;DataFile
:A [[Field Type: Record|record field]] that provides the [[Field: DataFile|DataFile]] associated with the data.


;FinancialYear
;FinancialYear
Line 14: Line 17:


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




=== Budgets Fields ===
== Budgets Fields ==


The '''Budgets''' field contains the following sub-fields.
The [[#Fields|Budgets]] field contains the following sub-fields.


;Account
;Account
Line 25: Line 29:


;MonthlyBudgets
;MonthlyBudgets
:A [[Field Type: Table|table field]] that contains one record 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.




==== Budgets.MonthlyBudgets field ====
== Budgets.MonthlyBudgets field ==
 
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
Line 42: Line 52:
== MYOB API ==
== MYOB API ==


For a detailed run through of the Accounts endpoint, you can see the [https://developer.myob.com/api/accountright/v2/generalledger/accountbudget/ MYOB API].
For a detailed run through of the endpoint, you can see the [https://developer.myob.com/api/accountright/v2/generalledger/accountbudget/ MYOB API].
 
 
== Related Fields ==
 
:[[MYOB Field: Accounts|Accounts]]
 
 
== Related Endpoints ==
 
:[[MYOB Endpoint: Accounts|Accounts]]




== Related Topics ==
== Related Topics ==


:[[Endpoints]]
:[[MYOB Models]]
:[[MYOB Field: Accounts]]  
:[[MYOB Endpoints]]
:[[MYOB Field: Currencies]]
:[[MYOB Field: TaxCodes]]

Latest revision as of 18:18, 2 April 2025

Overview

The MYOB AccountBudgets endpoint allows you to access the budgets located within MYOB.

Fields

The following fields are available for the AccountBudgets endpoint.

DataFile
A record field that provides the DataFile associated with the data.
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

Accounts


Related Endpoints

Accounts


Related Topics

MYOB Models
MYOB Endpoints