TransactionReport
idstringnullable
Report ID
Example:
8fkjh5hr
namestringnullable
Report name
Example:
Payment report
firstElementDatestring<date-time>
First element date
Example:
2022-03-24T10:01:01.000
lastElementDatestring<date-time>nullable
Last element date
Example:
2022-03-24T10:01:01.000
periodStartDatestring<date-time>nullable
Period start date
Example:
2022-03-24T10:01:01.000
periodEndDatestring<date-time>nullable
Period end date
Example:
2022-03-24T10:01:01.000
depositDatestring<date-time>nullabledeprecated
Deposit date
Obsolete. Use Reports Controller instead
Example:
2022-03-24T00:00:00.000
amount objectnullabledeprecated
Report amount
Obsolete. Use Reports Controller instead
currencystringrequired
Currency
Possible values: >= 3 characters
and <= 3 characters
Example:
EUR
valuenumber<double>required
Amount value
Example:
15.12
TransactionReport
{
"id": "8fkjh5hr",
"name": "Payment report",
"firstElementDate": "2022-03-24T10:01:01.000",
"lastElementDate": "2022-03-24T10:01:01.000",
"periodStartDate": "2022-03-24T10:01:01.000",
"periodEndDate": "2022-03-24T10:01:01.000"
}