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": "bc193aa9-bd9b-46e0-8a68-ae044e233bd2",
  "TestID": "f3e3166d-5360-4b68-9e97-b1a24190c6dd",
  "TestQuestionDefinitionID": "4cdcdf8a-3273-4733-8e94-9c268f856bfb",
  "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": "58910164-d849-44b6-afbe-d65224643723",
  "TestID": "ed742d95-abec-4c0f-997a-ce156a5a9972",
  "TestQuestionDefinitionID": "71c206b7-d610-4278-9044-ac09082e2d91",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}