POST api/UploadV2?CustomPrefix={CustomPrefix}&CustomPath={CustomPath}&HardExt={HardExt}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomPrefix | string |
Default value is |
|
| CustomPath | string |
Default value is |
|
| HardExt | string |
Default value is |
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}