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": "88a75c8d-ee1e-4f62-99b3-9db33e7e7aeb",
"TestID": "b911d9c7-4357-4d6c-9704-3af17a228adc",
"TestQuestionDefinitionID": "b5fe10f3-1f81-41aa-9e82-67389368a629",
"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": "061edf50-f851-469b-a874-13a7c8d9a810",
"TestID": "e7ba3358-6936-4436-a9ab-6081891ac4c5",
"TestQuestionDefinitionID": "a6ac4176-c0f0-4b40-87d3-6d9a24a007a3",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}