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": "e9674a92-58c9-4074-96e8-f12dbaf90f4f",
  "TestID": "f01af873-5378-4ef7-8fcf-fb3722186b87",
  "TestQuestionDefinitionID": "b6da8b34-9349-4a48-b090-a667807fba68",
  "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": "11be3803-e640-4b88-b029-dfa8612f6eb7",
  "TestID": "890ef607-0957-4eae-b997-d3695d335248",
  "TestQuestionDefinitionID": "c10829af-961d-49a9-a3d6-e08d0d944d08",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}