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": "ee3f0722-df30-4d65-b2b3-ef5488d3be4b",
"TestID": "5d4a8093-69d8-4d30-b6c4-110e2cb5579d",
"TestQuestionDefinitionID": "48df6a9c-3e4b-4f6e-b4fb-dd5d6cf36e24",
"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": "24fa7f80-d1db-4762-87ab-32a2950743f1",
"TestID": "b9cf36c8-bc17-42cc-8585-1488eec13d04",
"TestQuestionDefinitionID": "dbe7175d-618e-4dfe-b2a0-b4317d954373",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}