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": "29f0a00c-a3d5-4d91-a20c-92a09986b889",
  "TestID": "6ce1d151-b4cb-4c79-a6dc-e162b2d36a0b",
  "TestQuestionDefinitionID": "ac5507c9-22fa-4281-b533-c7af7d6044eb",
  "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": "9fae9338-b090-4885-a380-69c7125223b5",
  "TestID": "913d3641-2b5d-439e-9712-15122e35a80f",
  "TestQuestionDefinitionID": "46305f6e-4f57-4a6b-ba28-bac4b17b86ed",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}