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": "73f13724-b040-4e3c-9e35-b9bf93479db3",
  "TestID": "baa0fb64-ff4d-4a0b-bfdf-608161c0db48",
  "TestQuestionDefinitionID": "73e07113-274a-44c5-a042-89a16c6716aa",
  "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": "fe910c24-f57b-41c2-9fd6-794a3cc87df8",
  "TestID": "92943354-44d5-4e4a-a917-8d3b80f3e3b6",
  "TestQuestionDefinitionID": "fc7a0c5a-626e-40f2-a3f8-226e2817000c",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}