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": "334cb00c-ba14-4f82-9891-f6c352d987bf",
  "TestID": "e803bc6b-c94c-4f6a-a225-9e7adac3ac62",
  "TestQuestionDefinitionID": "0475dc27-e020-4ea9-b843-3abefa0c3417",
  "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": "870bac3f-e771-4017-a3ff-cdcf33bbb557",
  "TestID": "8f353e00-f3e9-4a59-9212-2eb56a65f808",
  "TestQuestionDefinitionID": "9249f6a7-c29a-44b6-b985-0d1a3bd7677f",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}