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": "13783ed1-836d-4060-b69d-9bd636a89d3a",
  "TestID": "f035ba85-6181-4293-87b7-fb539ac6231f",
  "TestQuestionDefinitionID": "de71a55c-2d2d-4e75-8938-b3dc8ac8a6b2",
  "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": "ef60f404-55e9-4fe3-90db-80459edb5440",
  "TestID": "4b711a2b-0c07-455c-9019-e750c114b153",
  "TestQuestionDefinitionID": "44358bfe-f777-4341-80a1-4d9217c853c5",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}