POST api/User/UploadUserAvatar

Response Type

Pilot.Web.WebApi.SingleApiResponse`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": "sample string 1",
  "code": 2,
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<SingleApiResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">
  <Code>2</Code>
  <Message>sample string 3</Message>
  <Data>sample string 1</Data>
</SingleApiResponseOfstring>