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": "00ce6b4c-a7bd-4943-966c-cf7cc63024e8",
  "TestID": "6c9bba2a-f726-425a-86d0-49723eadfdc1",
  "TestQuestionDefinitionID": "0ee8d0a4-71bf-46fd-9cbe-d49d95ccbefc",
  "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": "6000e0d9-17da-4fd2-a206-5aacd9a84845",
  "TestID": "6d4ced7f-0726-43c6-8d70-5ebf94298fc2",
  "TestQuestionDefinitionID": "3c9a6772-e0d6-4441-9b75-a10001a18111",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}