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": "21ff040e-65a1-4701-a861-12b242c6c6b4",
  "TestID": "af8f8d93-9e80-45cb-b31e-50721c73f273",
  "TestQuestionDefinitionID": "073ac0e7-ca42-49d2-9562-a30eb5cafd09",
  "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": "54ff5732-b72b-4e8a-8ab7-90a6cb837652",
  "TestID": "3d6e2621-dcdb-47b6-8cb9-97824423e5f4",
  "TestQuestionDefinitionID": "ee736b77-73e5-477f-9f59-739d1a0e941d",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}