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": "c7d6c2a3-de80-4611-aea6-fcf5435ddc4f",
  "TestID": "3a5129e6-70d6-488c-85cf-9f66d35fe4d3",
  "TestQuestionDefinitionID": "0320c055-f2ad-4c65-92c9-0b3bfb6fba59",
  "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": "4e84d097-82b8-48c5-8bc1-f7d6a26c5235",
  "TestID": "1c17dd4b-bb9f-4358-9413-cb30a9d28f5e",
  "TestQuestionDefinitionID": "9f178e6b-e7bf-42e0-856c-697970ae8973",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}