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": "7fbf6436-45d8-4fd9-933d-6ad3a8f586f2",
  "TestID": "d1793f8a-4bf8-4410-96f1-813abd51e675",
  "TestQuestionDefinitionID": "266337df-d2ae-4420-bc27-6122d9a4551e",
  "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": "d95f7139-ce1a-44c6-bb93-321007cb15e7",
  "TestID": "ffc83d27-7106-4f49-ae7d-13dec6bc648b",
  "TestQuestionDefinitionID": "9d76aff9-d8d0-4e55-8ca7-be129ded7164",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}