PeriodBalancesCalculationRequest¶
Example Json Object
1{
2 "companyIds": [
3 0
4 ],
5 "targetFiscalYear": 0,
6 "targetFiscalPeriod": 0
7}
📄 Description: Data transfer object representing a request for calculating period balances within the General Ledger, encompassing ledger entries, transactions, and accounts to ensure accurate financial record management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
companyIds |
[integer] |
false |
none |
List of companyIds items |
targetFiscalYear |
integer(int32) |
false |
none |
Numeric value representing targetFiscalYear |
targetFiscalPeriod |
integer(int32) |
false |
none |
Numeric value representing targetFiscalPeriod |