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": "f1a3cdd0-fc56-4222-b59e-4c1e17407f20",
  "TestID": "e00f355f-ef72-4228-a648-25385253bbd8",
  "TestQuestionDefinitionID": "29c01a3a-c353-4efe-9542-d778297d59a5",
  "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": "7636c53a-d712-46e1-9f74-b0a0ccc7d8d4",
  "TestID": "69ebab66-a5d3-4aa5-8e9f-83aed82c258e",
  "TestQuestionDefinitionID": "ff78f22e-2669-4a42-bcd9-ffd7d4055173",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}