POST Admin/Download_Accounting_Report?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Download_Accounting_Report| Name | Description | Type | Additional information |
|---|---|---|---|
| From | string |
None. |
|
| To | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"From": "sample string 1",
"To": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Export| Name | Description | Type | Additional information |
|---|---|---|---|
| My_Result | string |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"My_Result": "sample string 1",
"ExceptionMsg": "sample string 2"
}