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": "70518893-ced4-4681-a77d-6a3851009b29",
  "TestID": "a7dbfd51-103d-451f-827e-f1d2e346730e",
  "TestQuestionDefinitionID": "8c18c63a-1125-4454-bcbd-5413271999f3",
  "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": "ab474448-16e5-4c23-b35b-e5241fd47ca2",
  "TestID": "f0f9b724-13ab-400e-86a9-c77d4ab31465",
  "TestQuestionDefinitionID": "27d2ad01-6b13-48cd-82c1-038211c1574b",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}