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": "effdab61-9ddc-491f-9db4-b84768468160",
"TestID": "6159568c-0c9d-4d52-a22c-2762ea29d14d",
"TestQuestionDefinitionID": "89419395-194b-4f7c-85bd-3c38eb21de34",
"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": "f3baba1c-6d34-421f-b0c1-22d4ed46ca45",
"TestID": "fcc11357-a123-4511-9d20-00bc22178f5b",
"TestQuestionDefinitionID": "97eddfa9-361f-49d5-948d-b74b8cf31f18",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}