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": "8384258f-2077-447b-9d17-a0df731439f2",
  "TestID": "44268a75-fcff-4944-8f63-5a6c2032e11c",
  "TestQuestionDefinitionID": "9b1ffc4d-2627-412e-9684-291cb083d46c",
  "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": "0bc929c0-201f-4eeb-b513-8b78463d5ed0",
  "TestID": "10bae47b-ae7e-40eb-b3c7-ba2a458a14cf",
  "TestQuestionDefinitionID": "2e6865af-78f1-480d-8569-9fec914ed75d",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}