ReportingReportRunCreateRequest
Request to create and run report.
- reportType: string
_type requiredThe ID of the report type to run, such as
"payments.1". - parameters
Parameters specifying how the report should be run. Different Report Types have different required and optional parameters.
- accountType: array string[]
_ids max length:5000 - columnsType: array string[]max length:5000
- currenciesType: array string[]max length:5000Format: currency
- intervalType: string Format: date-time
_end the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- intervalType: string Format: date-time
_start the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- operationsType: array string[]max length:5000
- paymentType: array string[]
_methods max length:5000 - statusesType: array string[]max length:5000

