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": "e9e0653f-aac9-4892-8a8c-219ce2ae9e36",
  "TestID": "0545f425-5180-40d2-b4b6-0e92507bb4f1",
  "TestQuestionDefinitionID": "fbb2d71a-887b-4e75-a48f-da32bb0f3c58",
  "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": "aef71265-4e94-4a12-92bf-33707ea8ab53",
  "TestID": "7bf1efd5-5497-4177-9874-5b9e5ccd5541",
  "TestQuestionDefinitionID": "80baf558-dd87-4cab-8d66-f386f2547972",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}