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": "6eb45550-8091-494f-aa47-8905918a8a51",
"TestID": "f69a0195-c06b-451b-887b-5fb35ac4d7a9",
"TestQuestionDefinitionID": "0414c5b8-2e32-4388-898a-2fc8a234d1a9",
"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": "d6e6bffd-52a5-4bb1-bc67-2bfd265bc355",
"TestID": "3cd67453-94df-4e68-b30f-509010732a27",
"TestQuestionDefinitionID": "a20590db-16f4-4446-ad55-fdf62c1b9a4c",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}