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 - columnsType: array string[]
- currenciesType: array string[]
- intervalType: stringFormat: date-time
_end the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- intervalType: stringFormat: 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[]
- paymentType: array string[]
_methods - statusesType: array string[]

