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": "865e1dac-0fd2-4a26-8ad8-89ba28ce6ceb",
"TestID": "56d57d96-a15e-4919-b49b-5e1d659e06af",
"TestQuestionDefinitionID": "03028f49-7fc0-4190-98b0-16e8d6649138",
"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": "bf815489-373e-49d9-8187-e0abbdc4ec27",
"TestID": "3ca0c960-2b3a-4a27-b729-27053bc1fef0",
"TestQuestionDefinitionID": "da08fed4-09b8-4d5f-a82c-a4f73545edd1",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}