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": "5077e989-39a0-42fe-af59-99b4b9938408",
  "TestID": "490ed01c-84a6-468b-9e94-60f4846fcdde",
  "TestQuestionDefinitionID": "e8503f87-a89c-464a-9367-c8e313fd961e",
  "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": "8b57d288-d762-43cc-ba14-3807052c16f4",
  "TestID": "fa25738f-3830-45b8-a875-136059814b75",
  "TestQuestionDefinitionID": "8b72924c-00b2-420e-9784-26d17a7a146f",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}