POST api/UploadFiles/Download
下載
Request Information
URI Parameters
None.
Body Parameters
FilesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| O_Id | globally unique identifier |
None. |
|
| Target | string |
None. |
|
| IDNO | string |
None. |
|
| FileName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"O_Id": "822393c1-3f0f-4f39-8dcb-7e1d4a6d3238",
"Target": "sample string 2",
"IDNO": "sample string 3",
"FileName": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.