Request Information
URI Parameters
None.
Body Parameters
The feedback.
MyAccount.FeedbackName | 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": "028a0cf0-32e7-46a8-8097-bd1f3866a36a", "app": "2", "comment": "sample String 3" }
text/html
Sample:
{"id":"028a0cf0-32e7-46a8-8097-bd1f3866a36a","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>028a0cf0-32e7-46a8-8097-bd1f3866a36a</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.FeedbackName | 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": "432e70ce-dfe9-40d9-bada-964b1d9c705e", "app": "2", "comment": "sample String 3" }
text/html
Sample:
{"id":"432e70ce-dfe9-40d9-bada-964b1d9c705e","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>432e70ce-dfe9-40d9-bada-964b1d9c705e</FeedbackId> <AppId>2</AppId> <Comment>sample String 3</Comment> </Feedback>