GET api/Reports/{id}?startDate={startDate}&endDate={endDate}
Запуск отправки отчета по почте.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | Номер стратегии. |
Define this parameter in the request URI. |
| startDate | Начала периода. |
Define this parameter in the request URI. |
| endDate | Конец периода. |
Define this parameter in the request URI. |
Response Information
Response body formats
text/javascript, application/javascript, application/json-p
Sample:
({"errorCode":1,"errorMessage":"sample string 2","outParams":{"sample string 1":{},"sample string 3":{},"sample string 5":{}}});
application/json, text/json
Sample:
{
"errorCode": 1,
"errorMessage": "sample string 2",
"outParams": {
"sample string 1": {},
"sample string 3": {},
"sample string 5": {}
}
}