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": "ece9f133-ff5c-4c4e-bd1d-86472fc51573",
  "TestID": "73dce1e7-89eb-489f-b526-1efa6bbc1cd8",
  "TestQuestionDefinitionID": "3ede4845-9aa3-42d2-a5f7-48c9d1935fbc",
  "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": "b85c9bba-502a-4da9-83c4-bda2d51404e4",
  "TestID": "ac050167-7ac9-4093-a6b7-8bdc4d5524ed",
  "TestQuestionDefinitionID": "d1237df7-5bf1-428f-92cb-234e3cfadf41",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}