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": "dfd2cc94-3bbb-4194-88f9-7ddc5fbd2f70",
  "TestID": "7ca53506-4042-45c2-b282-e414cde23fac",
  "TestQuestionDefinitionID": "d26b2abf-7cc1-4bb8-bd1a-0f87e9f16f78",
  "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": "b48000de-795f-4679-a60c-842ac38dff83",
  "TestID": "8af5309d-5cee-4467-83f3-65634405dad9",
  "TestQuestionDefinitionID": "f33092a9-a837-4814-bfa3-bca1844cbe8e",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}