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": "1985f582-63ec-4e97-95a4-45c617d02ddb",
  "TestID": "87adb57b-8a0e-4b91-882a-a5786a2bac41",
  "TestQuestionDefinitionID": "0b3c3514-3d8a-4d3d-a4e7-e37563f6caca",
  "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": "851e4a68-ab54-435a-b7a5-d40cc05ea0e9",
  "TestID": "ae5a8b62-aed6-4fd0-82bf-8ff7d57cb6b9",
  "TestQuestionDefinitionID": "dd4286d9-6e33-4b4f-992b-bacdd89183c8",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}