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": "4cd0746d-b57a-4125-b8b1-4ca7f84c62f8",
  "TestID": "fec48e02-a151-4de8-8a45-c7b998309c4e",
  "TestQuestionDefinitionID": "677f9b45-efe6-4a9f-b87b-30cebe82e3a5",
  "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": "eb41e12d-d90e-4710-8e59-8bfbc50a1cde",
  "TestID": "2a8d572f-9c6a-4520-955c-95d45f6056a6",
  "TestQuestionDefinitionID": "bd3c93ba-0d96-4d3a-a212-fcbd02828170",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}