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": "53dca170-454c-49bc-b5ed-f357802303c3",
  "TestID": "7603988e-ec6e-4d3a-a15f-afdb16ea1227",
  "TestQuestionDefinitionID": "929bc5c0-23c9-4d11-a34a-d9ea8b2f04c0",
  "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": "ee316be7-1356-426d-9527-05e7927c1451",
  "TestID": "32d85bd6-9f3b-465a-82af-149bee47a443",
  "TestQuestionDefinitionID": "5f24226c-3da5-47d3-8cd1-bf52a2319c63",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}