POST api/UploadFile/SubmitUserFeedback

用户反馈

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Code": "sample string 2",
  "Message": "sample string 3",
  "Data": null
}

application/xml, text/xml

Sample:
<JsonMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Anda.Utilities">
  <Code>sample string 2</Code>
  <Data i:nil="true" />
  <Message>sample string 3</Message>
  <Success>true</Success>
</JsonMessage>