ReportingReportRunCreateRequest

Request to create and run report.

  • report_type
    Type: string
    required

    The 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.

    • account_ids
      Type: array string[]
    • columns
      Type: array string[]
    • currencies
      Type: array string[]
    • interval_end
      Type: stringFormat: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • interval_start
      Type: stringFormat: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • operations
      Type: array string[]
    • payment_methods
      Type: array string[]
    • statuses
      Type: array string[]