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": "2b9bfedf-90b6-4da4-8b7c-e58e16a6efd3",
"Target": "sample string 2",
"IDNO": "sample string 3",
"FileName": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.