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": "46d9820a-0f74-47e9-a701-871610332d94",
  "TestID": "b09f9b1a-2f87-48ab-84e9-7aaa54dd5308",
  "TestQuestionDefinitionID": "f2d220fe-5f9f-49cc-b623-5ed712d66f99",
  "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": "75f59468-bdea-4b5a-8530-81950e3525de",
  "TestID": "fd31c80f-f3d1-47e9-8623-6bfd412891e2",
  "TestQuestionDefinitionID": "c8b9bca9-5a47-49b5-8539-d9ef09848669",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}