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": "564be6c8-6918-4228-8b3d-16cef605042f",
  "TestID": "d299d9a4-271a-4e65-a1ec-8a99a17f900f",
  "TestQuestionDefinitionID": "5516ef3e-6d4b-4130-9009-010b371615f2",
  "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": "1db655c8-deb2-4355-956e-6f2ab462aca9",
  "TestID": "4c1f8bc9-82bc-404f-9b33-3ce6fa1dde53",
  "TestQuestionDefinitionID": "4e44c3e7-1503-4b81-8a55-7f706ec01fcb",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}