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": "2c92f32d-e8b8-4f65-9489-93d040973382",
  "TestID": "f71b3bab-2203-44e5-a048-e5171237ebd5",
  "TestQuestionDefinitionID": "c11a8a22-3c30-4645-a7f5-16c72ccc962a",
  "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": "c6ddaee5-81aa-46c2-b2ad-cb773772defd",
  "TestID": "8f44bc72-17cd-4a60-9cf5-efdf1d334bd9",
  "TestQuestionDefinitionID": "e5a588d3-2dbc-4e50-98ff-b163dbaa1821",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}