POST api/Upload?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
CResultName | 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}