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": "de7353fc-e3ca-42ba-bc2c-29dbc5114a28",
  "TestID": "80d5b6ad-75c5-4701-8136-cee19e293f3f",
  "TestQuestionDefinitionID": "36a2b770-975d-40a7-a253-3a1678da30d8",
  "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": "953c374d-9d6d-423d-81b2-983fc163555a",
  "TestID": "ffd680b5-a27c-4e67-92b4-ec5bd7cee640",
  "TestQuestionDefinitionID": "7fd38ae5-24ec-41b3-b830-61169bf86e95",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}