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": "da389741-7a29-4dc5-b5fa-ef89a27cb13d",
  "TestID": "6606cc6b-29ee-4e5d-9c02-65538b178031",
  "TestQuestionDefinitionID": "f36c1113-dfcf-4eae-ab7f-f2ef03ba8b49",
  "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": "18175fe6-fbc4-42f7-ade2-10952f3daffa",
  "TestID": "fd43ff9b-5e81-43c3-be47-488a10f75efc",
  "TestQuestionDefinitionID": "0a2471e6-3967-4c5e-a0c9-46ac5aa85f1b",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}