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": "39510945-b73f-4666-bb84-99c271b6da7e",
"TestID": "9cf2d295-1ea8-498d-abfc-9b0088938b65",
"TestQuestionDefinitionID": "ca420f98-0481-40c2-8a78-551205b15b9a",
"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": "28b9cbbd-ef5c-4e65-a03e-1d53f383c390",
"TestID": "1e98598c-9a69-4117-82e3-f72f04ddb746",
"TestQuestionDefinitionID": "64974686-b1d5-4554-85eb-488f357da316",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}