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": "701bad3a-2905-4846-9502-ad650872c409",
"TestID": "1ab0a6e8-811b-4d89-a450-2c5981bd6e5b",
"TestQuestionDefinitionID": "85282d0a-cf8d-4630-8129-6e6581dffb9f",
"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": "2f82d441-9855-47e8-a144-0ccb8429e4a6",
"TestID": "c65e2798-75b0-4fd2-9b70-5ff63d9d94a9",
"TestQuestionDefinitionID": "28e08b5c-78d6-4805-adcd-f3fb7664482b",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}