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": "e5c96c9c-b0ce-4d5e-9fa4-db3118885ee7",
  "TestID": "3eb010a3-370b-4aeb-adc6-b063961e4967",
  "TestQuestionDefinitionID": "ff6c6fd5-9970-4c50-bec2-f85110d3c7fc",
  "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": "93b8ff7a-876a-4c49-b315-dfe7794ec882",
  "TestID": "8f309be5-adce-4a47-b027-e973225b9beb",
  "TestQuestionDefinitionID": "b1495360-2cd8-465b-bae6-1d2fe4a082fd",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}