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": "976290ab-2568-41d1-8a8a-ce63a55e8ace",
  "TestID": "1ea69acb-817b-4469-8c81-70fdec867416",
  "TestQuestionDefinitionID": "94e8baa1-3a22-46f8-9bbf-d921ea2bac68",
  "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": "46256787-0d67-4317-b465-a1f87441a901",
  "TestID": "d8943f59-58f4-4b86-b9a4-8471e0083cba",
  "TestQuestionDefinitionID": "a39077a3-df26-49b4-a06a-abfdc79b480b",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}