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": "fa66d017-c36a-4a27-a7c0-0cc927709e0f",
  "TestID": "879206dd-0479-4a3d-b6a9-39686bfd2340",
  "TestQuestionDefinitionID": "2a6a0355-3371-453e-8b74-b7c241605703",
  "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": "45afa08e-7a2e-4a8b-9cef-3ecc12e483a1",
  "TestID": "81b466f9-2440-4d85-934f-40986aef8059",
  "TestQuestionDefinitionID": "e03ee3fe-036e-4787-83c7-048a13b23146",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}