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": "5402e405-2e70-4aa3-af4d-b0ca852d89a0",
  "TestID": "65e5f2cc-6590-4257-b97d-2607984c2de2",
  "TestQuestionDefinitionID": "43a0ec97-2a34-4685-b2fd-790c4ea2c615",
  "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": "2d4df7b5-6252-4aea-a0c2-0fcdd2579aad",
  "TestID": "4a763f45-dd1b-48d5-be51-c51a761f14da",
  "TestQuestionDefinitionID": "c693dbdf-df31-409d-a685-ba34887dd56d",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}