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": "00d63f7b-0c26-4602-b284-8de5892842eb",
  "TestID": "dd86c2b3-d4c2-4009-bce1-b0f7be2170cf",
  "TestQuestionDefinitionID": "5b64d439-df6f-4a64-ab9e-425c04fe0cef",
  "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": "f1967c5e-e500-4ea2-b9ac-e667bf15ad98",
  "TestID": "4b32596f-975e-42cb-9df0-d20882f1da08",
  "TestQuestionDefinitionID": "f86d6cde-bf36-4093-8e10-ab7d32f39c31",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}