Skip to main content

Query report

POST 

/reports/summary

JSON-RPC

reports.summary.query

The method generates summary report and returns the data according to the return_fields argument. Please pay attention that quantity of fields affect time required to generate the report.

There is a set of rules that apply to the list of queried fields: 1. Fields specified in the order argument, should be present in the return_fields. 2. Field record_origin should be present in return_fields or given within filters as a single-value filter. 3. If any of the currency-dependent fields is present in the return_fields, then currencies_id should also be present in the return_fields or given as method argument. 4. If any of the volume-dependent fields is present in the return_fields, then services_id should be also present in the return_fields.

Currency-dependent fields

_ rates_value _ rates_pay_setup _ rates_value_additive _ rates_value_avg _ cost_rated _ cost_package _ cost_rated_additive _ cost_taxes * cost_rated_pay_setup

Volume-dependent fields

_ volume_total _ volume_rated _ volume_package _ rates_value_avg _ acd_std _ acd_cur

Request

Responses

List of report rows.