POST api/UploadImages?user={user}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| user | string |
Required |
Body Parameters
HttpPostedFile| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
None. |
|
| ContentType | string |
None. |
|
| ContentLength | integer |
None. |
|
| InputStream | Stream |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.