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": "528dad1c-2090-406e-94cd-f54299358f88",
  "TestID": "b774257e-c62f-4297-b075-c5224ae381ec",
  "TestQuestionDefinitionID": "db4cf701-b20a-4458-908f-a5f625b484cd",
  "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": "240d2553-09a3-4f3b-9f58-7b04cc2b204a",
  "TestID": "af4d0876-2aac-4ce4-9039-0c118d7be2f4",
  "TestQuestionDefinitionID": "b494af93-f1e0-4b51-b96e-d6663adc642d",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}