Endpoints
Estonia: https://aktiva.merit.ee/api/v1/getprofitrep
Poland: https://program.360ksiegowosc.pl/api/v1/getprofitrep
Query Payload
{
EndDate: “yyyymmdd”,
PerCount: n,
DepFilter: “”
}
Field | Type | Comment |
---|---|---|
EndDate | Str | Period end date |
PerCount | Int | Number of periods (months) |
DepFilter | Str | Department if used |
Succsessful result
ErrorMsg | ||
Data | Data Object |
Data Object
RDid | ||
No | Report line number | |
Description | ||
RowType | 1-row description, 3-account turnover, 4-formula | |
Balance | Report line totals starting from the period enddate descending | If RowType=1 Balance= null |
Details | Details Object | Report line detail info |
Details Object
AccountId | ||
AccountCode | ||
AccountName | ||
TypeId | 3-revenue, 4-expenses | |
Balance | Report line totals starting from the period enddate descending |