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": "f8718721-807c-40d0-b105-e4ccb031b27f",
"TestID": "739fa3c0-890f-4757-81c1-3f57f7fe9529",
"TestQuestionDefinitionID": "969038f9-d195-467d-abbb-aa2f014cef23",
"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": "5cf8dcdf-ae77-4df5-9f6a-e40b757de959",
"TestID": "a8d01ce5-0e92-4616-9a9a-6d08d38de014",
"TestQuestionDefinitionID": "62a8ce05-e187-4adf-b318-383520937135",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}