Skip to main content

Account APIs

An Account is a record in the general ledger that is used to sort and store transactions. Accounts are typically defined by an identifier (Account number) and a caption or header and are coded by Account type. An Account refers to assets, liabilities, income, expenses, and equity, as represented by individual ledger pages, to which changes in value are chronologically recorded with debit and credit entries.

A chart of Accounts (COA) is a created list of the Accounts used by an organization to define each class of items for which money or its equivalent is spent or received.

AccountDto help you to create a new Account, update a particular Account, retrieve Account, or get the list of all Accounts.

More about Account API documentation

API


Search Account

Get Accounts by filter criteria. More about search Account

Description:
  • Allows you to retrieve a list of all Accounts.
  • Allows you to retrieve a list of Account details based on it's filter criteria.

GET

Account

More about search Account

Parameters
NameLocated inDescriptionRequiredSchema
AccountGroupsqueryAccountGroupsNostring
checkOpeningEditablequerycheckOpeningEditableNoboolean
customfieldquerycustomfieldNostring
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200OKAccountDto
401Unauthorized
403Forbidden
404Not Found
Security

Authorization

apiKeyAPI Key
Namex-access-token
Inheader

Create Account

Create a new Account. More about create Account

Description:
  • Allows you to create a new Account.

POST

Account

More about create Account

Parameters
NameLocated inDescriptionRequiredSchema
AccountRequestDtobodyAccountRequestDtoYesAccountRequestDto
Responses
CodeDescriptionSchema
200OKAccountRequestDto
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Retrieve Account

Get Account by id. More about retrieve Account

Description:
  • Allows you to retrieve a specific Account details.

GET

Account {id}

More about retrieve Account

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200OKAccountDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Update Account

Update Account information. More about update Account

Description:
  • Allows you to update a specific Account information.

PUT

Account {id}

More about update Account

Parameters
NameLocated inDescriptionRequiredSchema
AccountbodyAccountYesAccountRequestDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Account information has been updated successfully.AccountRequestDto
201Created
400Account with same name already exists
401Unauthorized
403Forbidden
404Account does not exist.
Security
Security SchemaScopes
Authorizationglobal

List of Account Types

Get Account groups by filter criteria. More about list of Account types

Description:
  • Allows you to retrieve a list of all Account groups.
  • Allows you to retrieve specific Account group based on it's filter criteria.

GET

Account group

More about list of Account types

Parameters
NameLocated inDescriptionRequiredSchema
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200OKAccountGroupDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Delete Account

DELETE

Account {id}

Summary

Delete Account.

Description

API to delete Account

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200OKboolean
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

PATCH

Summary

Update Account attributes

Description

API to update attributes of existing Account.

Parameters
NameLocated inDescriptionRequiredSchema
AccountRequestbodyAccountRequestYesobject
idpathidYeslong
Responses
CodeDescriptionSchema
200Account attributes has been updated successfully.AccountRequestDto
204No Content
401Unauthorized
403Forbidden
404Account does not exist.
Security
Security SchemaScopes
Authorizationglobal

Account Accountcodes

POST

Summary

Get Accounts By Account Codes

Description

API Get Account By Account Codes.

Parameters
NameLocated inDescriptionRequiredSchema
AccountCodesbodyAccountCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account Accountcodes-or-seqcodes

POST

Summary

Get Accounts By Account Codes or Seq Codes

Description

API Get Account By Account Codes.

Parameters
NameLocated inDescriptionRequiredSchema
AccountCodesbodyAccountCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account Accountgroup/codes

POST

Summary

Get Accounts By Account Group Code

Description

API Get Account By Account Group Code

Parameters
NameLocated inDescriptionRequiredSchema
AccountGroupCodesbodyAccountGroupCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Get All Account Group Names

POST

Account Accountgroup/names

Summary

Get Accounts By Account Group Name

Description

API Get Account By Account Group Name

Parameters
NameLocated inDescriptionRequiredSchema
currencyCodequerycurrencyCodeNostring
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account Accountgroupandsubgroup

GET

Summary

Get Accounts By Account Group and Sub Group

Description

API Get Accounts By Account Group and Sub Group.

Parameters
NameLocated inDescriptionRequiredSchema
AccountGroupCodequeryAccountGroupCodeYesstring
AccountSubGroupCodequeryAccountSubGroupCodeNostring
Responses
CodeDescriptionSchema
200OK[ AccountDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account Accountnames

POST

Summary

Get Accounts By Account Names

Description

API Get Account By Account Names.

Parameters
NameLocated inDescriptionRequiredSchema
AccountNamesbodyAccountNamesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ AccountDto ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Get Accounts By Account nature name

GET

Account Accountnature/{name}

Summary

Get Accounts By Account Nature Name

Description

API Get Account By Account Nature Name

Parameters
NameLocated inDescriptionRequiredSchema
namepathnameYesstring
Responses
CodeDescriptionSchema
200OK[ object ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account Accounts-custom-fields

POST

Summary

Get custom fields by Account Names

Description

API to Get custom fields by Account Names

Parameters
NameLocated inDescriptionRequiredSchema
AccountNamesbodyAccountNamesYes[ string ]
Responses
CodeDescriptionSchema
200Custom fields by Account Names fetched successfully[ object ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Update Account Status

PUT

Account activate

Summary

Change status of multiple Accounts

Description

API to change status of multiple Accounts.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescription
200Account status has been changed successfully.
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Add Account Opening balance

PATCH

Account add-opening-balance

Summary

Add Account opening balance.

Description

API to add Account opening balance

Parameters
NameLocated inDescriptionRequiredSchema
AccountBalanceRequestDtobodyAccount Balance RequestNo[ AccountBalanceRequestDto ]
Responses
CodeDescription
200Account opening balance has been updated successfully.
204No Content
401Unauthorized
403Forbidden
404Account does not exist.
Security
Security SchemaScopes
Authorizationglobal

Account bank/{id}

DELETE

Summary

Delete Bank Account.

Description

API to delete Account

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200OKboolean
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Get Bank Accounts

Account bankAccounts

GET

Summary

Get Account by filter criteria

Description

API to fetch Account by filter criteria

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200OKAccountDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account bankAccounts-dashboard

GET

Summary

Get Account by filter criteria

Description

API to fetch Account by filter criteria

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200OKAccountDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Get Bank Account Summary

GET

Account bankAccounts/summary

Summary

Get bank Accounts

Description

API to fetch bank Account

Responses
CodeDescriptionSchema
200OKAccountDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account brief

GET

Summary

Get Account brief information

Description

API to get brief information of all the Accounts

Responses
CodeDescriptionSchema
200Accounts brief information have been fetched successfully.[ AccountShortInfo ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account brief-names

POST

Summary

Get Account brief information

Description

API to get brief information of given Account names

Parameters
NameLocated inDescriptionRequiredSchema
AccountNamesbodyAccountNamesYes[ string ]
Responses
CodeDescriptionSchema
200Accounts brief information have been fetched successfully.[ AccountShortInfo ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Change Account Status in Bulk

PUT

Account bulkactivate

Summary

Change status of multiple Accounts

Description

API to change status of multiple Accounts.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
statusquerystatusYesstring
Responses
CodeDescriptionSchema
200Account status has been changed successfully.BulkApiResponse
201Created
401Unauthorized
403Forbidden
404Not Found
Security

Security SchemaScopes
Authorizationglobal

Account codes

POST

Summary

Get Accounts By Codes

Description

API Get Account By Codes.

Parameters
NameLocated inDescriptionRequiredSchema
seqCodesbodyseqCodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ AccountDto ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account codes-or-sequencecodes

POST

Summary

Get Accounts By Seq Codes or Account Codes

Description

API Get Account By Codes

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account custom-fields

GET

Summary

Get custom field is used or not

Description

API to Get custom field is used or not

Parameters
NameLocated inDescriptionRequiredSchema
customCodequerycustomCodeYesstring
Responses
CodeDescriptionSchema
200Custom fields status fetched successfullyboolean
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account import

POST

Summary

API to bulk import Accounts

Description

API to insert / update Accounts in bulk

Parameters
NameLocated inDescriptionRequiredSchema
AccountsbodyAccountsYes[ AccountRequestDto ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Check If Account Is Used

POST

Account isAccountused

Summary

Account used in transactions

Description

API to check Account used in transactions.

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescription
200Account not used in transactions.
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account sequencecodes

POST

Summary

Get Accounts By Codes

Description

API Get Account By Codes

Parameters
NameLocated inDescriptionRequiredSchema
codesbodycodesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Set Undeposited Fund Account

POST

Account undeposited-funds

Summary

Change Undeposited Funds default Account

Description

Change Undeposited Funds default Account

Parameters
NameLocated inDescriptionRequiredSchema
AccountIdqueryAccountIdYeslong
Responses
CodeDescriptionSchema
200OKboolean
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account update-cheque-numbers

POST

Summary

Change Undeposited Funds default Account

Description

Change Undeposited Funds default Account

Parameters
NameLocated inDescriptionRequiredSchema
updateChequeNumbersDtobodyupdateChequeNumbersDtoYesUpdateChequeNumbersDto
Responses
CodeDescriptionSchema
200OK[ AccountDto ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account update-opening-balance

PATCH

Summary

Update Account opening balance.

Description

API to update Account opening balance.

Parameters
NameLocated inDescriptionRequiredSchema
AccountBalanceRequestDtobodyAccount Balance RequestNo[ AccountBalanceRequestDto ]
Responses
CodeDescription
200Account opening balance has been updated successfully.
204No Content
401Unauthorized
403Forbidden
404Account does not exist.
Security
Security SchemaScopes
Authorizationglobal

Account {tenantId}

POST

Summary

Create demo Accounts

Description

API to create a standard tax rates.

Parameters
NameLocated inDescriptionRequiredSchema
countryquerycountryNostring
tenantIdpathtenantIdYeslong
Responses
CodeDescription
200OK
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

budget-controller

Budgeting APIs

Get Budgeting Accounts

Account budgeting

GET

Summary

get Budgets for filters

Description

API to get Budgets for filters

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200Budgets are fetched successfully.BudgetDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Create Budgeting Account

POST

Account budgeting

Summary

Create Budget for Accounts

Description

API to set Budget for Accounts

Parameters
NameLocated inDescriptionRequiredSchema
budgetbodybudgetYesBudgetDto
Responses
CodeDescriptionSchema
200Budget is set for Account successfully.BudgetDto
201Created
400Error while set budget for Account.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account budgeting/check-budget-limit-exceed

POST

Summary

Update Budget actual balance for Accounts

Description

API to update Budget actual balance for Accounts

Parameters
NameLocated inDescriptionRequiredSchema
budgetLimitExceedDtobodybudgetLimitExceedDtoYesBudgetLimitExceedDto
Responses
CodeDescriptionSchema
200Budget is updated actual balance for Account successfully.BudgetDto
201Created
400Error while updating budget actual balance for Account.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account budgeting/update-budget-Account-actual-balance

POST

Summary

Update Budget actual balance for Accounts

Description

API to update Budget actual balance for Accounts

Parameters
NameLocated inDescriptionRequiredSchema
budgetActualBalanceUpdateRequestListbodybudgetActualBalanceUpdateRequestListYes[ BudgetActualBalanceUpdateRequest ]
Responses
CodeDescriptionSchema
200Budget is updated actual balance for Account successfully.BudgetDto
201Created
400Error while updating budget actual balance for Account.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account budgeting/{id}

GET

Summary

get Budget by id

Description

API to get Budget by id

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Budget Fetched successfully.BudgetDto
400Error while getting Budget by id
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update Budget for Accounts

Description

API to update Budget for Accounts

Parameters
NameLocated inDescriptionRequiredSchema
budgetbodybudgetYesBudgetDto
idpathidYeslong
Responses
CodeDescriptionSchema
200Budget is updated for Account successfully.BudgetDto
201Created
400Error while update budget for Account.
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete Budget for Account

Description

API to delete Budget for Accounts

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200Budget is deleted for Account successfully.BudgetDto
204No Content
400Error while delete budget for Account.
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Account-group-controller

AccountGroup APIs

Get Account Groups

GET

Account group

Summary

Get Account groups by filter criteria

Description

API to fetch Account groups by filter criteria.

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
limitquerylimitNointeger
pagequerypageNointeger
queryqueryqueryNostring
searchquerysearchNostring
sortquerysortNostring
sortDirquerysortDirNostring
Responses
CodeDescriptionSchema
200OKAccountGroupDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

POST

Summary

Create AccountGroup.

Description

API to create a new Account group.

Parameters
NameLocated inDescriptionRequiredSchema
AccountGroupDtobodyAccountGroupDtoYesAccountGroupDto
Responses
CodeDescriptionSchema
200OKAccountGroupDto
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account group/names

POST

Summary

Get AccountGroups by Names

Description

API to fetch AccountGroup list by names

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Get Account Group

GET

Account group/subgroup

Summary

Get Account Sub Groups by parent code

Description

API to fetch Account Sub Group by parent code

Responses
CodeDescriptionSchema
200OK[ object ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account group/subgroup/{code}

GET

Summary

Get Account Sub Groups by parent code

Description

API to fetch Account Sub Group by parent code

Parameters
NameLocated inDescriptionRequiredSchema
codepathcodeYesstring
Responses
CodeDescriptionSchema
200OK[ object ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account group/subgroup/{name}

POST

Summary

Get Account Sub Groups by parent name

Description

API to fetch Account Sub Group by parent name

Parameters
NameLocated inDescriptionRequiredSchema
namesbodynamesYes[ string ]
Responses
CodeDescriptionSchema
200OK[ object ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account group/subgroupbytype/{typeId}

GET

Summary

Get Account Sub Groups by type id

Description

API to fetch Account Sub Group by type id

Parameters
NameLocated inDescriptionRequiredSchema
typeIdpathtypeIdYeslong
Responses
CodeDescriptionSchema
200OK[ object ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account group/{id}

GET

Summary

Get AccountGroup by id

Description

API to fetch AccountGroup by id

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200OKAccountGroupDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update AccountGroup.

Description

API to update a new Account group.

Parameters
NameLocated inDescriptionRequiredSchema
AccountGroupDtobodyAccountGroupDtoYesAccountGroupDto
idpathidYeslong
Responses
CodeDescriptionSchema
200AccountGroup information has been updated successfully.long
201Created
401Unauthorized
403Forbidden
404Account Group not found
Security
Security SchemaScopes
Authorizationglobal

DELETE

Summary

Delete AccountGroup.

Description

API to delete Account group

Parameters
NameLocated inDescriptionRequiredSchema
idpathidYeslong
Responses
CodeDescriptionSchema
200OKboolean
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Account group/{id}/{AccountId}

DELETE

Summary

Delete AccountGroup.

Description

API to delete Account group

Parameters
NameLocated inDescriptionRequiredSchema
AccountIdpathAccountIdYeslong
idpathidYeslong
Responses
CodeDescriptionSchema
200OKboolean
204No Content
401Unauthorized
403Forbidden
Security
Security SchemaScopes
Authorizationglobal

Account-master-controller

Account APIs

Account masters

GET

Summary

Get Account Master Type

Description

API to fetch all Account Master types

Responses
CodeDescriptionSchema
200OKAccountMasterTypeDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account-nature-controller

Account Nature APIs

Account natures

GET

Summary

Get Account Nature

Description

API to fetch all Account Nature

Responses
CodeDescriptionSchema
200OKAccountNatureResponseDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account-report-controller

Account Report Controller

Account reports balance-sheet

GET

Summary

Balance Sheet Report

Description

API to fetch data for Balance Sheet Report

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
fromDatequeryfromDateYesstring
toDatequerytoDateYesstring
Responses
CodeDescriptionSchema
200Balance Sheet data has been fetchedBalanceSheetInfo
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account reports cash-flow-dashboard

GET

Summary

Cash flow Dashboard Details

Description

Cash flow Dashboard API

Parameters
NameLocated inDescriptionRequiredSchema
durationquerydurationYesstring
to-datequeryto-dateYesdateTime
Responses
CodeDescriptionSchema
200Cash FLow Graph data has been fetched[ DashboardCashFlowInfo ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account reports dashboard/bank

GET

Summary

Bank Balance Dashboard Details

Description

Bank Balance report for the last 6 months

Parameters
NameLocated inDescriptionRequiredSchema
AccountCodequeryAccountCodeYesstring
Responses
CodeDescriptionSchema
200Bank data Dashboard has been fetched.BankAccountBalanceResponseDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account reports dashboard/pnl

GET

Summary

Profit and Loss data for Dashboard

Description

API to fetch data for Profit and Loss data for Dashboard

Parameters
NameLocated inDescriptionRequiredSchema
fromDatequeryfromDateYesdateTime
toDatequerytoDateYesdateTime
Responses
CodeDescriptionSchema
200Profit and Loss data for Dashboard has been fetched[ DashboardPNLInfo ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account reports deposit/unreconciled

GET

Summary

Get unreconciled deposit transactions

Description

API to get unreconciled deposit transactions

Parameters
NameLocated inDescriptionRequiredSchema
AccountCodequeryAccountCodeYesstring
amountqueryamountNonumber
documentDatequerydocumentDateNodateTime
statementDatequerystatementDateNodateTime
Responses
CodeDescriptionSchema
200Unreconciled transactions fetched successfully.ReconcileTransactionResponse
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account reports gl

GET

Summary

General Ledger Report

Description

API to fetch data for General Ledger Report

Parameters
NameLocated inDescriptionRequiredSchema
AccountGroupIdqueryAccountGroupIdNolong
customfieldquerycustomfieldNostring
fromDatequeryfromDateYesdateTime
toDatequerytoDateYesdateTime
Responses
CodeDescriptionSchema
200General Ledger data has been fetched[ AccountGLInfo ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account reports payment/unreconciled

GET

Summary

Get unreconciled payment transactions

Description

API to get unreconciled payment transactions

Parameters
NameLocated inDescriptionRequiredSchema
AccountCodequeryAccountCodeYesstring
amountqueryamountNonumber
documentDatequerydocumentDateNodateTime
statementDatequerystatementDateNodateTime
Responses
CodeDescriptionSchema
200Unreconciled transactions fetched successfully.ReconcileTransactionResponse
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account reports pnl

GET

Summary

Profit and Loss Report

Description

API to fetch data for Profit and Loss Report

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
fromDatequeryfromDateYesdateTime
toDatequerytoDateYesdateTime
Responses
CodeDescriptionSchema
200Profit and Loss data has been fetchedAccountPNLInfo
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account reports trial-balance

GET

Summary

Get Trial Balance

Description

API to get trial balance of specific Account

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
fromDatequeryfromDateYesstring
toDatequerytoDateYesstring
Responses
CodeDescriptionSchema
200Trial balance has been fetched successfullyTrialBalanceDetailsDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account reports unreconciled

GET

Summary

Get unreconciled deposit and payment transactions

Description

API to get unreconciled deposit and payment transactions

Parameters
NameLocated inDescriptionRequiredSchema
AccountCodequeryAccountCodeYesstring
amountqueryamountNonumber
documentDatequerydocumentDateNodateTime
statementDatequerystatementDateNodateTime
Responses
CodeDescriptionSchema
200Unreconciled transactions fetched successfully.ReconcileTransactionResponse
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

cash-flow-controller

Cash Flow Controller

Account reports cash-flow

GET

Summary

Get Cash Flow Report

Description

API to get Cash Flow Report

Parameters
NameLocated inDescriptionRequiredSchema
customfieldquerycustomfieldNostring
fromDatequeryfromDateYesstring
methodquerymethodYesstring
toDatequerytoDateYesstring
Responses
CodeDescriptionSchema
200OKCashFlowReportDto
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Account reports cash-flow/mapping

GET

Summary

Cash Flow sections.

Description

API to get Cash Flow sections mapping

Responses
CodeDescriptionSchema
200OK[ CashFlowSectionDto ]
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

PUT

Summary

Update Flow sections.

Description

Api to update Cash Flow sections mapping

Parameters
NameLocated inDescriptionRequiredSchema
sectionsbodysectionsYes[ CashFlowSectionDto ]
Responses
CodeDescriptionSchema
200OK[ CashFlowSectionDto ]
201Created
401Unauthorized
403Forbidden
404Not Found
Security
Security SchemaScopes
Authorizationglobal

Models

AccountBalanceRequestDto

NameTypeDescriptionRequired
AccountCodestringAccount Code
Example: 1
No
cdTypestringCredit/Debit Type
Enum: "CREDIT", "DEBIT"
Example: "DEBIT"
No
exchangeratenumberExchange Rate
Example: 0
No
openingBalancenumberOpening Balance
Example: 0
No

AccountDetails

NameTypeDescriptionRequired
AccountCodestringNo
codestringNo
namestringNo

AccountDto

NameTypeDescriptionRequired
AccountCodestringAccount code
Example: "SA"
No
AccountGroupstringAccount groupNo
AccountGroupIdstringAccount groupNo
AccountNaturestringAccount Nature
Example: "ASSET"
No
AccountSubGroupstringAccount groupNo
AccountSubGroupNamestringAccount groupNo
balancenumberBalance Amount
Example: 999.99
No
balanceInAccountCurrencynumberBalance Amount in Account Currency
Example: 999.99
No
codestringAccount codeNo
currencystringAccount CurrencyNo
customField[ CustomFieldItem ]List of custom fieldsNo
descriptionstringAccount Description
Example: "Savings Account"
No
exchangeRatenumberBase to Foreign Exchange Rate
Example: 1
No
idlongAccount ID.
Example: 1
No
isCreditCardbooleanIs Account is credit card Account or not
Example: false
No
isDefaultbooleanDefault Account Status
Example: true
No
isSubAccountbooleanFlag to confirm SubAccount
Example: false
No
isTdsApplicablebooleanIs TDS applicable or not
Example: false
No
isUndepositedFundAccountbooleanAccount is Undeposited fund Account or not
Example: true
No
namestringAccount Name
Example: "Savings Account"
No
natureOfIncomePaymentstringNature of income payment
Example: "Interest on Securities"
No
openingBalancenumberOpening Balance Amount in Base currency
Example: 999.99
No
openingBalanceCdTypestringOpening balance Credit/Debit Type
Example: "DEBIT"
No
openingBalanceEditablebooleanAccount Opening Balance editable or not
Example: true
No
openingBalanceInAccountCurrencynumberOpening Balance Amount in Account currency
Example: 999.99
No
parentlongParent AccountId
Example: 2431252
No
parentNamestringParent Name
Example: 2431252
No
statusstringAccount Status
Example: "ACTIVE"
No
taxCodestringAccount TaxNo
totalBalancenumberSummation of Opening Balance and Balance
Example: 999.99
No
totalBalanceInAccountCurrencynumberSummation of Opening Balance and Balance in Account Currency
Example: 999.99
No
totalCOABalancenumberSummation of Opening Balance and Balance with Nature
Example: 999.99
No
totalCOABalanceInAccountCurrencynumberSummation of Opening Balance and Balance with Nature in Account Currency
Example: 999.99
No
usedChequeNumbersstringUsed Cheque Series
Example: "301,302"
No

AccountGLInfo

NameTypeDescriptionRequired
AccountCodestringNo
AccountGroupstringNo
AccountNamestringNo
AccountNaturestringNo
codestringNo
endingAmountnumberNo
endingAmountInAccountCurrencynumberNo
openingAmountnumberNo
openingAmountInAccountCurrencynumberNo
openingBalanceTypestringNo
periodAmountnumberNo

AccountGroupDto

NameTypeDescriptionRequired
AccountMasterlongAccount Master
Example: 1
No
AccountNatureIdlongAccount Nature Id
Example: 3
No
codestringAccount Status
Example: "AG-0000001"
No
idlongAccountGroup ID.
Example: 1
No
isDeletedbooleanAccountGroup is deleted
Example: false
No
namestringAccountGroup Name
Example: "Apple"
No
parentIdlongAccountGroup Parent id
Example: 1
No
parentNamestringAccountGroup Parent name
Example: "Apple"
No

AccountInfo

NameTypeDescriptionRequired
codestringAccount Code
Example: "AC-0000001"
No
namestringAccount Name
Example: "Account Payable"
No

AccountMasterTypeDto

NameTypeDescriptionRequired
idlongAccount master typr ID.
Example: 1
No
typestringAccount Master type
Example: "Cash"
No

AccountNatureResponseDto

NameTypeDescriptionRequired
idlongAccount Nature ID.
Example: 1
No
naturestringAccount Nature Name.
Example: "Asset"
No

AccountPNLInfo

NameTypeDescriptionRequired
costOfGoodsSoldobjectNo
expensesobjectNo
grossProfitnumberNo
incomeobjectNo
incomeTaxExpensesnumberNo
netProfitOrLossnumberNo
operatingProfitnumberNo
otherExpensesobjectNo
otherIncomeobjectNo
profitBeforeTaxnumberNo
totalCostOfGoodsSoldnumberNo
totalExpensesnumberNo
totalIncomenumberNo
totalOtherExpensesnumberNo
totalOtherIncomenumberNo

AccountRequestDto

NameTypeDescriptionRequired
AccountCodestringAccount code
Example: "SA"
No
AccountGroupIdlongAccount Group Id
Example: 1
No
AccountGroupNamestringAccount Group Name
Example: "Sample Account Group"
No
AccountSubGrouplongSub Account group id
Example: 1
No
AccountSubGroupNamestringAccount Group Name
Example: "Sample Account Group"
No
balancenumberBalance Amount
Example: 999.99
No
currencystringSingapore Dollars
Example: "SGD"
No
customField[ CustomFieldItem ]No
descriptionstringAccount Description
Example: "Savings Account description"
No
exchangeRatenumberBase to Foreign Exchange Rate
Example: 1
No
isCreditCardbooleanIs Account is credit card Account or not
Example: false
No
isSubAccountbooleanFlag to confirm SubAccount
Example: false
No
isTdsApplicablebooleanIs TDS applicable or not
Example: false
No
isUndepositedFundAccountbooleanIs Account is undeposited fund Account or not
Example: false
No
namestringAccount Name
Example: "Savings Account"
No
natureOfIncomePaymentstringNature of income payment
Example: "Interest on Securities"
No
openingBalancenumberOpening Balance Amount
Example: 999.99
No
openingBalanceCdTypestringOpening balance Credit/Debit Type
Enum: "CREDIT", "DEBIT"
Example: "DEBIT"
No
parentlongParent AccountId
Example: 2431252
No
parentNamestringParent Name
Example: 2431252
No
sequenceFormatstring00000001No
taxCodestringAccount Tax
Example: "Tax Code"
No
totalBalancenumberSummation of Opening Balance and Balance
Example: 999.99
No

AccountShortInfo

NameTypeDescriptionRequired
AccountCodeDbGenstringNo
AccountGroupstringNo
balancestringNo
codestringNo
currencystringNo
idlongNo
namestringNo
openingBalancestringNo
openingBalanceTypestringNo

BalanceSheetAssetsInfo

NameTypeDescriptionRequired
bankobjectNo
cashobjectNo
currentAssetobjectNo
nonCurrentAssetobjectNo
otherCurrentAssetsobjectNo
receivablesobjectNo
totalAssetnumberNo
totalBanknumberNo
totalCashnumberNo
totalCurrentAssetnumberNo
totalNonCurrentAssetnumberNo
totalOtherCurrentAssetsnumberNo
totalReceivablesnumberNo

BalanceSheetInfo

NameTypeDescriptionRequired
assetsBalanceSheetAssetsInfoNo
diffOpeningBalancenumberNo
liabilitiesBalanceSheetLiabilitiesInfoNo

BalanceSheetLiabilitiesInfo

NameTypeDescriptionRequired
currentLiabilitiesobjectNo
currentYearEarningsnumberNo
equityobjectNo
nonCurrentLiabilitiesobjectNo
otherCurrentLiabilitiesobjectNo
payableobjectNo
totalCurrentLiabilitiesnumberNo
totalEquitynumberNo
totalLiabilitiesnumberNo
totalNonCurrentLiabilitiesnumberNo
totalOtherCurrentLiabilitiesnumberNo
totalPayablenumberNo

BankAccountBalanceResponseDto

NameTypeDescriptionRequired
AccountCodestringExample: "AC-000001"Yes
currencystringExample: "SGD"Yes
deskeraBalancenumberDeskera Balance
Example: 5
No
monthlyBalances[ PeriodicBalance ]Monthly BalancesNo

BankAccountDto

NameTypeDescriptionRequired
AccountCodestringAccount code
Example: "SA"
No
AccountGroupstringAccount groupNo
AccountGroupIdstringAccount groupNo
AccountNaturestringAccount Nature
Example: "ASSET"
No
AccountSubGroupstringAccount groupNo
AccountSubGroupNamestringAccount groupNo
balancenumberBalance Amount
Example: 999.99
No
balanceInAccountCurrencynumberBalance Amount in Account Currency
Example: 999.99
No
bankLogostringBank logo
Example: "http://logok.org/citi-logo/"
No
bankNamestringBank Account Name
Example: "ABC Current Account"
No
bankNumberstringBank Account No
Example: 123456
No
codestringAccount codeNo
connectStatusbooleanConnection Status
Example: false
No
currencystringAccount CurrencyNo
customField[ CustomFieldItem ]List of custom fieldsNo
descriptionstringAccount Description
Example: "Savings Account"
No
exchangeRatenumberBase to Foreign Exchange Rate
Example: 1
No
idlongAccount ID.
Example: 1
No
integrationMaterIdintegerIntegration Master Id
Example: 1
No
isCreditCardbooleanIs Account is credit card Account or not
Example: false
No
isDefaultbooleanDefault Account Status
Example: true
No
isSubAccountbooleanFlag to confirm SubAccount
Example: false
No
isTdsApplicablebooleanIs TDS applicable or not
Example: false
No
isUndepositedFundAccountbooleanAccount is Undeposited fund Account or not
Example: true
No
lastSyncDatedateTimeLast Sync Date for Account
Example: "2021-01-01"
No
namestringAccount Name
Example: "Savings Account"
No
natureOfIncomePaymentstringNature of income payment
Example: "Interest on Securities"
No
openingBalancenumberOpening Balance Amount in Base currency
Example: 999.99
No
openingBalanceCdTypestringOpening balance Credit/Debit Type
Example: "DEBIT"
No
openingBalanceEditablebooleanAccount Opening Balance editable or not
Example: true
No
openingBalanceInAccountCurrencynumberOpening Balance Amount in Account currency
Example: 999.99
No
parentlongParent AccountId
Example: 2431252
No
parentNamestringParent Name
Example: 2431252
No
statusstringAccount Status
Example: "ACTIVE"
No
taxCodestringAccount TaxNo
totalBalancenumberSummation of Opening Balance and Balance
Example: 999.99
No
totalBalanceInAccountCurrencynumberSummation of Opening Balance and Balance in Account Currency
Example: 999.99
No
totalCOABalancenumberSummation of Opening Balance and Balance with Nature
Example: 999.99
No
totalCOABalanceInAccountCurrencynumberSummation of Opening Balance and Balance with Nature in Account Currency
Example: 999.99
No
usedChequeNumbersstringUsed Cheque Series
Example: "301,302"
No

BudgetAccountDetails

NameTypeDescriptionRequired
AccountCodestringNo
amountnumberNo

BudgetActualBalanceUpdateRequest

NameTypeDescriptionRequired
AccountBalanceobjectNo
customFieldobjectNo
idlongNo
jeCodestringNo
jeDatedateTimeNo

BudgetCustomField

NameTypeDescriptionRequired
actualBalancenumberNo
attributes[ BudgetCustomField ]No
codestringNo
limitnumberNo
valuestringNo

BudgetDto

NameTypeDescriptionRequired
AccountCodestringNo
AccountNamestringNo
actualBalancenumberNo
customFieldBudgetCustomFieldNo
effectiveFromdateNo
effectiveTilldateNo
effectiveYearintegerNo
idlongNo
limitnumberNo
limitExceedsBynumberNo
namestringNo
quarterMonthintegerNo
typestringEnum: "MONTHLY", "QUARTERLY", "YEARLY"No

BudgetLimitExceedDto

NameTypeDescriptionRequired
customFieldobjectNo
data[ BudgetAccountDetails ]No
documentDatedateNo
documentTypestringNo
jeCodestringNo

BulkApiResponse

NameTypeDescriptionRequired
failure[ object ]No
statusCodeintegerNo
success[ object ]No

CashFlowReportDto

NameTypeDescriptionRequired
beginningCashnumberCash and Cash Equivalents at beginning of the period
Example: 120
No
endCashnumberCash and Cash Equivalents at end of the period
Example: 220
No
fromDatestringFrom Date
Example: "25-08-2019"
No
namestringName of report
Example: "STATEMENT OF CASHFLOWS"
No
netChangeInCashnumberNet change in cash
Example: 100
No
sections[ CashFlowSectionDto ]Cash Flow SectionsNo
toDatestringTo Date
Example: "25-08-2021"
No

CashFlowSectionDto

NameTypeDescriptionRequired
items[ CashFlowSectionItemDto ]List of Cash Flow section items.No
netCashFlownumberNet Cash Flow in the Section
Example: 100
No
sectionLabelstringSection Label
Example: "Cash Flows from Operating Activities (Direct Method)"
No
sectionOrderintegerOrder of the section
Example: 1
No

CashFlowSectionItemDto

NameTypeDescriptionRequired
Accounts[ AccountInfo ]List of AccountsNo
deletablebooleanIf the item is deletable
Example: true
No
idlongID
Example: 1
No
itemAmountnumberAmount for the item
Example: 10
No
itemLabelstringItem Label
Example: "Cash paid to suppliers"
No
itemOrderintegerItem Order
Example: 1
No

CustomFieldItem

NameTypeDescriptionRequired
idlongDimension Id
Example: 11567
No
labelstringCustom Field Name
Example: "Label"
Yes
modulestringSupported ModulesNo
valueobjectDimension Value
Example: "XYZ"
No

DashboardCashFlowInfo

NameTypeDescriptionRequired
monthStartDatestringNo
totalCreditAmountnumberTotal Credit Amount
Example: 999.99
No
totalDebitAmountnumberTotal Debit Amount
Example: 999.99
No

DashboardPNLInfo

NameTypeDescriptionRequired
AccountPNLInfoAccountPNLInfoNo
monthStartDatelongNo

Pageable

NameTypeDescriptionRequired
offsetlongNo
pageNumberintegerNo
pageSizeintegerNo
pagedbooleanNo
sortSortNo
unpagedbooleanNo

Page«AccountDto»

NameTypeDescriptionRequired
content[ AccountDto ]No
emptybooleanNo
firstbooleanNo
lastbooleanNo
numberintegerNo
numberOfElementsintegerNo
pageablePageableNo
sizeintegerNo
sortSortNo
totalElementslongNo
totalPagesintegerNo

Page«AccountGroupDto»

NameTypeDescriptionRequired
content[ AccountGroupDto ]No
emptybooleanNo
firstbooleanNo
lastbooleanNo
numberintegerNo
numberOfElementsintegerNo
pageablePageableNo
sizeintegerNo
sortSortNo
totalElementslongNo
totalPagesintegerNo

Page«BankAccountDto»

NameTypeDescriptionRequired
content[ BankAccountDto ]No
emptybooleanNo
firstbooleanNo
lastbooleanNo
numberintegerNo
numberOfElementsintegerNo
pageablePageableNo
sizeintegerNo
sortSortNo
totalElementslongNo
totalPagesintegerNo

Page«BudgetDto»

NameTypeDescriptionRequired
content[ BudgetDto ]No
emptybooleanNo
firstbooleanNo
lastbooleanNo
numberintegerNo
numberOfElementsintegerNo
pageablePageableNo
sizeintegerNo
sortSortNo
totalElementslongNo
totalPagesintegerNo

PeriodicBalance

NameTypeDescriptionRequired
amountnumberMonthly Balance
Example: 5
No
endDatedateTimeExample: "06-11-2020"Yes
monthstringMonth
Example: "Jan"
No
startDatedateTimeExample: "06-01-2019"Yes

ReconcileTransactionInfo

NameTypeDescriptionRequired
amountnumberNo
cdTypestringCREDIT/DEBIT Nature of transaction.
Example: "CREDIT"
No
contactCodestringContact code.
Example: 19425
No
contactNamestringContact Name.
Example: "ABC Corp Ltd."
No
datestringDate of document
Example: "27-12-2019"
No
documentCodestringNo
documentTypestringNo
jeCodestringNo
referenceDatestringDate of Bank Transfer/cheque.
Example: "27-12-2019"
No
referenceNumberstringReference number of Bank Transfer/cheque.
Example: "CH001"
No

ReconcileTransactionResponse

NameTypeDescriptionRequired
openingBalancenumberTotal Opening Amount.
Example: 3000
No
openingBalanceCdTypestringCREDIT/DEBIT Type
Example: "CREDIT"
No
reconcileTransactionInfos[ ReconcileTransactionInfo ]List of transaction detailsNo
totalDepositsnumberTotal Deposit Amount.
Example: 5000
No
totalPaymentsnumberTotal Payment Amount.
Example: 3000
No

ResponseEntity

NameTypeDescriptionRequired
bodyobjectNo
statusCodestringEnum: "100 CONTINUE", "101 SWITCHING_PROTOCOLS", "102 PROCESSING", "103 CHECKPOINT", "200 OK", "201 CREATED", "202 ACCEPTED", "203 NON_AUTHORITATIVE_INFORMATION", "204 NO_CONTENT", "205 RESET_CONTENT", "206 PARTIAL_CONTENT", "207 MULTI_STATUS", "208 ALREADY_REPORTED", "226 IM_USED", "300 MULTIPLE_CHOICES", "301 MOVED_PERMANENTLY", "302 FOUND", "302 MOVED_TEMPORARILY", "303 SEE_OTHER", "304 NOT_MODIFIED", "305 USE_PROXY", "307 TEMPORARY_REDIRECT", "308 PERMANENT_REDIRECT", "400 BAD_REQUEST", "401 UNAUTHORIZED", "402 PAYMENT_REQUIRED", "403 FORBIDDEN", "404 NOT_FOUND", "405 METHOD_NOT_ALLOWED", "406 NOT_ACCEPTABLE", "407 PROXY_AUTHENTICATION_REQUIRED", "408 REQUEST_TIMEOUT", "409 CONFLICT", "410 GONE", "411 LENGTH_REQUIRED", "412 PRECONDITION_FAILED", "413 PAYLOAD_TOO_LARGE", "413 REQUEST_ENTITY_TOO_LARGE", "414 URI_TOO_LONG", "414 REQUEST_URI_TOO_LONG", "415 UNSUPPORTED_MEDIA_TYPE", "416 REQUESTED_RANGE_NOT_SATISFIABLE", "417 EXPECTATION_FAILED", "418 I_AM_A_TEAPOT", "419 INSUFFICIENT_SPACE_ON_RESOURCE", "420 METHOD_FAILURE", "421 DESTINATION_LOCKED", "422 UNPROCESSABLE_ENTITY", "423 LOCKED", "424 FAILED_DEPENDENCY", "426 UPGRADE_REQUIRED", "428 PRECONDITION_REQUIRED", "429 TOO_MANY_REQUESTS", "431 REQUEST_HEADER_FIELDS_TOO_LARGE", "451 UNAVAILABLE_FOR_LEGAL_REASONS", "500 INTERNAL_SERVER_ERROR", "501 NOT_IMPLEMENTED", "502 BAD_GATEWAY", "503 SERVICE_UNAVAILABLE", "504 GATEWAY_TIMEOUT", "505 HTTP_VERSION_NOT_SUPPORTED", "506 VARIANT_ALSO_NEGOTIATES", "507 INSUFFICIENT_STORAGE", "508 LOOP_DETECTED", "509 BANDWIDTH_LIMIT_EXCEEDED", "510 NOT_EXTENDED", "511 NETWORK_AUTHENTICATION_REQUIRED"No
statusCodeValueintegerNo

Sort

NameTypeDescriptionRequired
emptybooleanNo
sortedbooleanNo
unsortedbooleanNo

TrialBalanceDetailDto

NameTypeDescriptionRequired
AccountCodestringAccount Id
Example: 1
No
amountnumberAmount
Example: 999.99
No
cdTypestringCredit/Debit Type
Enum: "CREDIT", "DEBIT"
Example: "DEBIT"
No
codestringAccount Id
Example: 1
No
creditAmountnumberCredit Account
Example: 999.99
No
debitAmountnumberDebit Amount
Example: 999.99
No
groupstringAccount Group
Example: "Current Assets"
No
namestringAccount Name
Example: "Savings Account"
No
openingBalancenumberOpening Balance Amount
Example: 9.99
No
openingBalanceCdTypestringOpening balance Credit/Debit Type
Enum: "CREDIT", "DEBIT"
Example: "DEBIT"
No
totalBalancenumberSummation of Opening Balance and Balance
Example: 999.99
No
totalBalanceCdTypestringTotal Balance Credit/Debit Type
Enum: "CREDIT", "DEBIT"
Example: "DEBIT"
No

TrialBalanceDetailsDto

NameTypeDescriptionRequired
diffOpeningBalancenumberDifference in Amount
Example: 999.99
No
totalCreditAmountnumberTotal Credit Amount
Example: 999.99
No
totalDebitAmountnumberTotal Debit Amount
Example: 999.99
No
trialBalanceDetailDto[ TrialBalanceDetailDto ]Trial BalanceNo

UpdateChequeNumbersDto

NameTypeDescriptionRequired
AccountCodestringNo
chequeNumbers[ string ]No
updateChequeActionstringEnum: "ADD", "REMOVE"No