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": "3614bdb7-ffc5-4330-bef7-e43c92c04d31",
  "TestID": "29def744-e44c-4abb-b719-e5c7c532f87c",
  "TestQuestionDefinitionID": "f3e4d750-c214-4c1a-ad8d-4ca2a1a31af2",
  "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": "1a97353d-e872-43c5-97ad-d424c6a6ffac",
  "TestID": "ae9fd5c2-6156-4d21-9753-b87f766a29fa",
  "TestQuestionDefinitionID": "1610d2b5-069b-4142-9fc1-9631d0b4c125",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}