POST api/FeedbackV2/PostFeedback

Request Information

URI Parameters

None.

Body Parameters

FeedbackV2Model
NameDescriptionTypeAdditional information
Feedback

string

Required

Matching regular expression pattern: ^[\u0621-\u064A\u0660-\u0669a-zA-Z0-9 .,]+$

String length: inclusive between 0 and 2500

Rating

string

Required

Matching regular expression pattern: ^[\u0621-\u064A\u0660-\u0669a-zA-Z ]+$

String length: inclusive between 0 and 10

Request Formats

application/json, text/json

Sample:
{
  "Feedback": "sample string 1",
  "Rating": "sample string 2"
}

application/xml, text/xml

Sample:
<FeedbackV2Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models.Feedback">
  <Feedback>sample string 1</Feedback>
  <Rating>sample string 2</Rating>
</FeedbackV2Model>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.