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": "a42320a1-f449-4778-88b4-9841423f3665",
"TestID": "80bd2f3f-094e-4abc-8e3e-33bb8a4a6f32",
"TestQuestionDefinitionID": "895f1976-2e6d-4246-9435-d09f72745f3d",
"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": "dd13bba2-a980-4978-b1ff-cf69516f3d11",
"TestID": "2d5d70c7-57d3-4ec8-99cd-8c9321868228",
"TestQuestionDefinitionID": "26031acb-3299-4e25-b4ac-2e823613cd8b",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}