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": "0913a50d-c8c9-4fbc-8910-0293cd3dd3ed",
"TestID": "da21c98f-7a18-4071-8f43-51f85efbaa03",
"TestQuestionDefinitionID": "c19f53b9-bb09-433f-97ff-661bc9d6409e",
"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": "999f2c05-4037-4d36-bd35-5100fc0789d9",
"TestID": "7b5bc3f5-6100-41b3-bfdf-cfdba9ba8ea6",
"TestQuestionDefinitionID": "20a4625b-8666-4689-b815-850881d72998",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}