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": "4442539c-bbc6-46e8-90a5-5ce703070fc2",
  "TestID": "5df66604-3bd0-4603-a3d3-7f0faffd44b1",
  "TestQuestionDefinitionID": "b5bed3ac-67f9-4c3e-8953-3e4810839de2",
  "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": "66253f3c-ba7b-4b43-a095-e36fdba0b7b3",
  "TestID": "98c8d2b4-3c93-48a7-94a5-14f23813105f",
  "TestQuestionDefinitionID": "e5ce4893-e22a-4beb-91b8-746edfb3bf5f",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}