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": "60f3c278-de5c-4ffe-9dfa-ce042c3ffe9a",
  "TestID": "582be12b-b832-433a-b572-90063e40a1d8",
  "TestQuestionDefinitionID": "dfb7418d-1ba6-47e1-8fba-4c0d0fd08d04",
  "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": "4698b30f-129a-4861-8049-0b3204c8698e",
  "TestID": "6bc8b90f-7451-40e1-99f9-a53e30790074",
  "TestQuestionDefinitionID": "76e8ea7a-7beb-4cb7-9e6d-13861f50620b",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}