POST api/TestQuestions

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
testQuestion
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TestQuestionID": "6866cce3-ca51-452c-9d58-9ea5a94133fb",
  "TestID": "d6538ea0-35fc-4244-a358-994a93297572",
  "TestQuestionDefinitionID": "65bf0de3-5c35-4789-8521-5906d68470b5",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TestQuestionID": "d9ba16cd-018f-4d1c-93a0-8f19f2d1e594",
  "TestID": "871c4940-76cb-4ff6-9acd-fecdfb7034ac",
  "TestQuestionDefinitionID": "63a95d52-9535-4c2c-8bcf-40fb81604be2",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}