Appearance
Statement of Financial Position
Endpoints
https://app.passelimerit.fi/api/v1/getbalancerepQuery Payload
json
{
"EndDate": "YYYYmmDD",
"PerCount": 2
}Click to see the query parameters
| Field | Type | Comment | Required |
|---|---|---|---|
| EndDate | Str | Balance date | Required |
| PerCount | Int | Number of periods (months) | Required |
Successful Result
json
{
"ErrorMsg": "",
"Data": []
}Click to see the result parameters
| Field | Comment |
|---|---|
| Data | Data Object |
DataObject
Click to see the DataObject parameters
| Field | Comment |
|---|---|
| No | Report line number |
| Description | |
| RowType | 1 - row description, 2 - balance of account, 4 - formula |
| Balance | Report line totals starting from the period enddate descending. If RowType is 1, Balance is null |
| Details | Details Object. Report line detail info |
DetailsObject
Click to see the DetailsObject parameters
| Field | Comment |
|---|---|
| AccountCode | |
| AccountName | |
| TypeId | 1 - assets, 2 - liabilities |
| Balance | Report line totals starting from the period enddate descending |