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": "bc96bda7-000b-4be9-9398-9c520f48c713",
  "TestID": "dd59a1a4-de68-4fd5-aa72-696780818f1c",
  "TestQuestionDefinitionID": "883a9637-6b35-4405-b957-735b0f934584",
  "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": "77671b3a-1cc5-4b27-8ed9-68d799f4f7e3",
  "TestID": "becaffd0-0e1b-46ed-98c3-f6eecb7f04ab",
  "TestQuestionDefinitionID": "e4fe3e36-bc25-461d-8446-899b67c2a25e",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}