GET api/Request/UploadFiles
Request Information
URI Parameters
None.
Body Parameters
FilesVm| Name | Description | Type | Additional information |
|---|---|---|---|
| files | HttpPostedFile |
None. |
Request Formats
application/json, text/json
Sample:
{
"files": null
}
text/plain
Sample:
{"files":null}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain, application/xml, text/xml
Sample:
Sample not available.