POST api/ReportsDashboard/GetFreezeTransferPlanExport
Request Information
URI Parameters
None.
Body Parameters
Reportdashboard| Name | Description | Type | Additional information |
|---|---|---|---|
| order_ids | string |
None. |
|
| userId | integer |
None. |
|
| freeze_mt_id | integer |
None. |
|
| orderList | string |
None. |
|
| json | string |
None. |
|
| FileName | string |
None. |
|
| freezeMonth | string |
None. |
|
| type | string |
None. |
|
| strTNA | string |
None. |
|
| changedPlan | integer |
None. |
|
| order_xml_data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"order_ids": "sample string 1",
"userId": 2,
"freeze_mt_id": 3,
"orderList": "sample string 4",
"json": "sample string 5",
"FileName": "sample string 6",
"freezeMonth": "sample string 7",
"type": "sample string 8",
"strTNA": "sample string 9",
"changedPlan": 10,
"order_xml_data": "sample string 11"
}
application/xml, text/xml
Sample:
<Reportdashboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models"> <FileName>sample string 6</FileName> <changedPlan>10</changedPlan> <freezeMonth>sample string 7</freezeMonth> <freeze_mt_id>3</freeze_mt_id> <json>sample string 5</json> <orderList>sample string 4</orderList> <order_ids>sample string 1</order_ids> <order_xml_data>sample string 11</order_xml_data> <strTNA>sample string 9</strTNA> <type>sample string 8</type> <userId>2</userId> </Reportdashboard>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.