POST api/UploadFiles/Remove
刪除檔案(將欄位變為null,並刪除在目錄底下的指定檔案)
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": "650b95f2-6e9e-49df-8a16-62eb1370e672",
"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.