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": "4b2afb34-6744-421f-98fc-c5d30d39ecc8",
  "TestID": "617f7125-24b1-4a6e-8ea3-5f3ad257324a",
  "TestQuestionDefinitionID": "e625c539-b15d-4b59-9a91-436c1dbac868",
  "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": "e24df6ee-90bc-4be2-b7d7-2da9356a8c82",
  "TestID": "36504de3-5978-4aba-b2f1-2dff26368f76",
  "TestQuestionDefinitionID": "bbca6292-cb36-4b57-b6e3-990714258a83",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}