GET api/Download?pFileID={pFileID}&pScreenID={pScreenID}&pBtnName={pBtnName}&pFunctionID={pFunctionID}&IPAddress={IPAddress}&pProgID={pProgID}&pPerPost={pPerPost}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pFileID | string |
Required |
|
| pScreenID | string |
Required |
|
| pBtnName | string |
Required |
|
| pFunctionID | string |
Required |
|
| IPAddress | string |
Required |
|
| pProgID | string |
Required |
|
| pPerPost | string |
Default value is 2018 |
Body Parameters
None.
Response Information
Resource Description
CResult| Name | Description | Type | Additional information |
|---|---|---|---|
| retType | integer |
None. |
|
| retDesc | string |
None. |
|
| retData | Object |
None. |
|
| retParams | Collection of Object |
None. |
|
| affectedRows | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"retType": 1,
"retDesc": "sample string 2",
"retData": {},
"retParams": [
{},
{}
],
"affectedRows": 4
}
application/octet-stream
Sample:
{"retType":1,"retDesc":"sample string 2","retData":{},"retParams":[{},{}],"affectedRows":4}