TransactionReport
idstringnullable
Report ID
Example:
8fkjh5hrnamestringnullable
Report name
Example:
Payment reportfirstElementDatestring<date-time>
First element date
Example:
2022-03-24T10:01:01.000lastElementDatestring<date-time>nullable
Last element date
Example:
2022-03-24T10:01:01.000periodStartDatestring<date-time>nullable
Period start date
Example:
2022-03-24T10:01:01.000periodEndDatestring<date-time>nullable
Period end date
Example:
2022-03-24T10:01:01.000depositDatestring<date-time>nullabledeprecated
Deposit date
Obsolete. Use Reports Controller instead
Example:
2022-03-24T00:00:00.000amount objectnullabledeprecated
Report amount
Obsolete. Use Reports Controller instead
currencystringrequired
Currency
Possible values: >= 3 characters and <= 3 characters
Example:
EURvaluenumber<double>required
Amount value
Example:
15.12TransactionReport
{
"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"
}