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": "16517703-d7f7-484d-98c0-4564c27553b3",
"TestID": "ff78b31f-2948-4675-8b4a-870696d13656",
"TestQuestionDefinitionID": "d3e47364-382e-4d52-960d-80ffc379dd50",
"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": "9b4ea446-9357-4c8b-b251-92a9b3bc4112",
"TestID": "1f314f7a-be04-4e6d-9e30-5a820e9542d9",
"TestQuestionDefinitionID": "513eaaef-f197-4d73-a938-ff186b42c82e",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}