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": "c5302556-d7bc-45f2-b8a0-767b49d0c812",
  "TestID": "78ce1b16-b8fe-4489-9dd8-1ca1c9b7332b",
  "TestQuestionDefinitionID": "cb8f497b-31cf-420c-a000-24f1c888300f",
  "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": "9baea569-7d42-47a6-8030-b8a0da6b9079",
  "TestID": "7a3bffd6-cc30-4573-8700-408f73413333",
  "TestQuestionDefinitionID": "ef35de02-b801-4b43-9a64-440b14b3113e",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}