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": "2c969032-e376-4bed-b3da-f6e8544a8512",
"TestID": "5c266e50-09fe-4738-a6a5-f1dabf7c675d",
"TestQuestionDefinitionID": "12f354c3-b340-4600-91e5-fa82e40f7506",
"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": "a1c50f77-3746-4b14-91a6-db3710010a33",
"TestID": "ba2dcddf-ad3b-482d-b1b9-5e5575a3ac68",
"TestQuestionDefinitionID": "8c73303a-3c2f-46e4-909b-34c2081ba249",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}