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": "ee0294f4-ec26-4a48-9eb4-f1a0548cb5f2",
  "TestID": "bf7ab7a7-a6ef-4a02-9ebe-b62968a79965",
  "TestQuestionDefinitionID": "e20747bf-6356-4562-acc1-08b95409b38f",
  "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": "5011e22b-f83d-4edb-9848-2599c2112ac7",
  "TestID": "cbdb5734-cb1c-4b6e-83e0-4c56e4ea5cba",
  "TestQuestionDefinitionID": "4374ca2d-3d0e-495e-ad56-05511ffae158",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}