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": "c5f56c3c-1160-44c3-ae53-3678b2121a3e",
  "TestID": "507c9cfc-6250-41a6-b6a8-1fdd1a64bbbb",
  "TestQuestionDefinitionID": "c60daf3c-26f1-425d-a338-445168be0be3",
  "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": "46684d69-0cab-4b82-a47c-f5406ca27b52",
  "TestID": "175db47c-7a53-47e6-9727-f3c6a0cec9df",
  "TestQuestionDefinitionID": "0e218692-063c-4780-a1ef-83281e25b981",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}