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": "9eae3152-0c8e-44d0-b5f7-6700bbceb245",
  "TestID": "197626cf-2334-42a5-afd0-4400719741c1",
  "TestQuestionDefinitionID": "2f86be38-1b02-471d-adc8-2fe37c3afd96",
  "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": "2d867dbf-143e-4c42-b87c-1e9a2b254413",
  "TestID": "3f2f543f-834a-42be-90d5-3b4ccbf9e32b",
  "TestQuestionDefinitionID": "24738a3d-5b9f-4ce3-b30d-396f8498772a",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}