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": "6bd53cc4-3eb2-4d54-95a0-bbccd0fa6dde",
  "TestID": "e33f2ea0-51d4-4089-b9d2-bba11cda6ddc",
  "TestQuestionDefinitionID": "f88c04ce-dc82-4127-8045-747fee17e4bf",
  "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": "0a821de6-9bf2-4e32-8810-faafdd8e12ca",
  "TestID": "8999f8ab-aecb-4701-8e35-8ba4798173f6",
  "TestQuestionDefinitionID": "a620df2d-4d64-4b1b-ac3b-64a7dbc822ac",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}