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": "ef4572d4-6f83-4ba6-8e8a-5aea2627705c",
  "TestID": "2640485f-c98b-4036-9faf-9230cfae0c33",
  "TestQuestionDefinitionID": "7a72879a-5978-4346-af98-738e138ee6b6",
  "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": "abca9693-27b1-4597-b0e5-c0dd75ddc910",
  "TestID": "1dd724f5-7565-46e7-872f-ff243fbdb410",
  "TestQuestionDefinitionID": "1eea96b4-0da3-45a7-b954-61814363c4cd",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}