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": "195750a6-6ef7-47fd-95ab-d5edaffec616",
  "TestID": "027bbac9-97f7-4fc4-a82b-9cfced59f813",
  "TestQuestionDefinitionID": "ed3fbfaf-e4f7-46c8-aa77-6ef8e628f7b5",
  "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": "b24f9741-5597-49ab-8186-86ec5533a115",
  "TestID": "4a0639ad-437c-4c4e-a40e-e04359f0044c",
  "TestQuestionDefinitionID": "95a7f3a5-a5c8-42f8-8e92-ff19ac715fd8",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}