POST api/QuestionSet/Save

Request Information

URI Parameters

None.

Body Parameters

QuestionSetModel
NameDescriptionTypeAdditional information
QuestionSetId

string

Required

QuestionSet

string

Required

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "QuestionSetId": "sample string 1",
  "QuestionSet": "sample string 2",
  "UserId": "sample string 3"
}

application/xml, text/xml

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

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 'QuestionSetModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.