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": "902b2a86-1a77-4edc-9d48-3f93201611a6",
  "TestID": "a4c979e4-940a-4bc5-83b1-5b1eea2723ae",
  "TestQuestionDefinitionID": "154de05e-055a-4b94-bc5c-23c888394f2a",
  "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": "83712055-471c-43c9-9fba-6bcccb46d650",
  "TestID": "cb41347d-d3cf-4b13-9060-a51305c8ee73",
  "TestQuestionDefinitionID": "629c6b09-4cd4-40a3-ad9f-922919435856",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}