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": "781b123a-7ca4-46a2-812c-73453a8684fa",
  "TestID": "8fb681bc-1d74-426c-902a-e205ee3eb8d5",
  "TestQuestionDefinitionID": "e70d8314-b917-456b-9872-19ab7e2bed08",
  "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": "b3476d9b-c03c-4f12-8734-2817e9c25b7b",
  "TestID": "edd56b34-3e27-4f6c-b525-b483edcf4b98",
  "TestQuestionDefinitionID": "d6b3112c-fd93-4d6d-ad97-db5d03955eaa",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}