POST api/TestQuestions
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| testQuestion | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TestQuestionID": "dcdc379e-802b-4584-9b92-f4cb2c57e5e7",
"TestID": "76f7156f-0687-4f76-8721-5eb52e87d20b",
"TestQuestionDefinitionID": "0ee40343-1f70-4212-97a5-664c60799289",
"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": "a6a0f997-3a3b-4474-8780-ee7241bcc95b",
"TestID": "6165325e-3aea-4420-a5df-020e35a3231c",
"TestQuestionDefinitionID": "d8a72b2c-68e1-45bb-b525-711487906b4e",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}