POST api/user/profileimage
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": "sample string 1",
"message": "sample string 2"
}
application/octet-stream
Sample:
{"data":"sample string 1","message":"sample string 2"}
application/xml, text/xml
Sample:
<ResponseResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.Global.Response"> <Data>sample string 1</Data> <Message>sample string 2</Message> </ResponseResultOfstring>