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": "8b23abb7-376a-4b09-8617-b6bbb4365b98",
  "TestID": "85582a50-0a48-43f0-8c96-5baa11f445f7",
  "TestQuestionDefinitionID": "f8ea0f43-bf91-401c-86ee-a7a27009f3a4",
  "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": "dbff2df0-c53a-43f3-ab7b-fb1ce6894645",
  "TestID": "2b8c294e-4fbe-46d9-acf3-f90f8ee7aba5",
  "TestQuestionDefinitionID": "1488b619-7048-40f8-8d5d-4b97f5d40d55",
  "SortOrder": 4,
  "SelectedAnswerNumber": 5,
  "Correct": true,
  "Deleted": true
}