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": "f186ce54-7550-419e-bd62-2dc31ca8eab4",
  "TestID": "5a2c311b-47d3-467d-b311-a433432745fa",
  "TestQuestionDefinitionID": "9b150793-2487-4256-acd1-24fe3e761f5a",
  "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": "41cbc988-1eed-4b61-835d-2a028c561b39",
  "TestID": "ebbf32ce-4003-4c80-abd8-aa99fe6f5b5c",
  "TestQuestionDefinitionID": "ed8b18ab-6031-4f19-bd9e-9c6231050188",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}