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": "f628d218-4208-4330-9549-cf82355d8fc4",
"TestID": "3f9dac5c-648a-4c7d-8ccf-e5efcc62351f",
"TestQuestionDefinitionID": "298fbe54-aa4a-44a5-bf21-583e1fcc819f",
"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": "0a485311-ea72-412d-81f7-06a270fc5281",
"TestID": "9de19a2e-41ff-47e5-b132-72f0c0dcf7b8",
"TestQuestionDefinitionID": "8bb55e3c-4083-4ee8-9685-8b73f9550956",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}