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": "6310fb8a-f9b8-43a6-9591-d85da4db30f2",
  "TestID": "8b65555e-20f9-4d9c-8dd0-337823ffc139",
  "TestQuestionDefinitionID": "6d5852cc-09b9-4642-bb40-27ef72e9da32",
  "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": "b672317e-0bbb-4990-b682-d8fd5718fba8",
  "TestID": "16b33dd1-9883-45c7-8eb1-3abc605c9f8a",
  "TestQuestionDefinitionID": "c614cd53-c045-472b-9a0a-d28c9833011b",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}