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": "27b1add6-4eff-4054-bed8-0e79d5a5418b",
"TestID": "b3ef68b5-7d84-4ba9-8e93-ad08fc55c5a5",
"TestQuestionDefinitionID": "e4ac1010-4a3d-45f5-87be-9a2b34750e28",
"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": "766ef612-cb9a-4f68-9ed0-fb1dfd317215",
"TestID": "b01e2cf9-6d5e-482f-ac14-7f1886727a9f",
"TestQuestionDefinitionID": "796d9874-a474-4e38-9ada-f6b454ee00f3",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}