Financials | Account Balance
The Account Balances endpoint is used to get all gl account accumulated transaction and this service manage the common operations of this entity.
Overview
URL | api/{tenantKey}/{orgKey}/financialCore/accountBalances |
Methods Supported | POST |
All Operations
This service includes the following operations:
All Resources
This service uses the following resources:
POST Get Account Year Account Balance
This operation gets the account balance for the currenrt year.
The following elements are required:
accountKey | (string) The Account Key. |
company | (string) The Company Key. |
ledger | (string) The Ledger Key. |
financialYear | (int) The Financial Year. |
financialPeriod | (int) The Financial Period. |
Response:
When successful, the response body contains a resource of type 'AccountBalanceAmount'. See AccountBalanceAmount. |
Resource URL:
api/{tenantKey}/{orgKey}/financialCore/accountBalances/getAccountYearAccountBalance
POST /financialCore/accountBalances/getAccountYearAccountBalance
Resources
AccountBalanceAmount
The following elements are optional:
amountCurrentYearCurrentPeriod | (decimal) Amount Current Year Current Period. |
amountPreviousYearCurrentPeriod | (decimal) Amount Previous Year Current Period. |
amountPreviousYearLastPeriod | (decimal) Amount Previous Year Last Period. |
amountPreviousPeriod | (decimal) Amount Previous Period. |
totalYearAmount | (decimal) Total Year Amount. |
totalPreviousYearAmount | (decimal) Total Previous Year Amount. |