POST api/Values/UploadImage
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"msg": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<ValuesController.ResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GruhamAPI.Controllers"> <data /> <msg>sample string 2</msg> <success>true</success> </ValuesController.ResponseModel>