POST api/QuestionSet/Get

Request Information

URI Parameters

None.

Body Parameters

QuestionSetRequestModel
NameDescriptionTypeAdditional information
UserId

string

None.

QuestionSets

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "QuestionSets": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<QuestionSetRequestModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UserId>sample string 1</UserId>
  <QuestionSets>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </QuestionSets>
</QuestionSetRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QuestionSetRequestModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.