Request Information
URI Parameters
None.
Body Parameters
The feedback.
MyAccount.Feedback| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the feedback identifier. |
globally unique identifier |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| comment |
Gets or sets the comment. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "8d981193-520a-49f7-8676-a78f9314ee25",
"app": "2",
"comment": "sample String 3"
}
text/html
Sample:
{"id":"8d981193-520a-49f7-8676-a78f9314ee25","app":"2","comment":"sample String 3"}
application/xml, text/xml
Sample:
<Feedback xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FeedbackId>8d981193-520a-49f7-8676-a78f9314ee25</FeedbackId> <AppId>2</AppId> <Comment>sample String 3</Comment> </Feedback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage.
MyAccount.Feedback| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the feedback identifier. |
globally unique identifier |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| comment |
Gets or sets the comment. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "955f5542-6d56-4e75-ae6c-489a332d5764",
"app": "2",
"comment": "sample String 3"
}
text/html
Sample:
{"id":"955f5542-6d56-4e75-ae6c-489a332d5764","app":"2","comment":"sample String 3"}
application/xml, text/xml
Sample:
<Feedback xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FeedbackId>955f5542-6d56-4e75-ae6c-489a332d5764</FeedbackId> <AppId>2</AppId> <Comment>sample String 3</Comment> </Feedback>