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": "1f30a5ec-b200-4844-a8d4-51911abb9981",
  "TestID": "bbbc3ced-4a89-46af-ad9a-2da6c38d9f6f",
  "TestQuestionDefinitionID": "83cd2c03-ecc8-49c7-a214-dc7f46f9dfa4",
  "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": "3bda6037-2834-4524-b2bf-3b677a391de5",
  "TestID": "a5d6e5f4-599a-4210-befa-c51f693de05e",
  "TestQuestionDefinitionID": "1a6f4d34-314c-41e5-bd4c-0d729a390d9a",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}