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": "ea07ba2a-7a67-4edc-ab15-52232dc28d45",
  "TestID": "d1585f17-ac9a-4360-a80f-15df1b2be177",
  "TestQuestionDefinitionID": "83f58385-92fb-4319-aa68-eaf7f6312ebe",
  "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": "f2e8f927-a86b-436e-a92e-9944c2806dab",
  "TestID": "4168e47a-3bab-4a5e-a666-127a30353f00",
  "TestQuestionDefinitionID": "2ada3841-241a-4063-a408-19bb19ecf164",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}