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": "c4dad0eb-3e02-47be-83a9-2d54d0a5afe7",
  "TestID": "6c4e1efe-44a8-440c-af09-4ddd9468269f",
  "TestQuestionDefinitionID": "a3c079a2-90eb-4916-be2c-2cde8f3ba241",
  "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": "09313de2-f1de-43ef-b7d0-57bce892410c",
  "TestID": "0d5a8f4b-428e-4ff2-9b1c-ea3007a767b1",
  "TestQuestionDefinitionID": "05d763dc-1251-4534-8d95-7710b7a2526d",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}