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": "9ef15802-e7ec-4765-b9ec-d71784ac8eb8",
"TestID": "4c6266a4-3d46-4d50-975d-7f073e01917e",
"TestQuestionDefinitionID": "4817f2fd-0a14-4d44-a040-8cd5abcc5c33",
"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": "fddfd153-4a49-4b3b-9c58-a59431218fdf",
"TestID": "dabd835e-6355-4798-a0db-ebd6ab7d6270",
"TestQuestionDefinitionID": "5fcca853-26e2-4b69-91c9-04cc1abcbd43",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}