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": "c6fa7258-30b3-4278-b149-860462c75a02",
"TestID": "7dc50b54-e3f0-4995-9af4-18311cd600cb",
"TestQuestionDefinitionID": "93880ab3-b76a-4e80-883d-ba5f367aabbf",
"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": "fdbab512-c435-47b8-9a5a-16210df9ccd4",
"TestID": "4e18dc91-9c63-4ea6-ae4f-38c3fae34094",
"TestQuestionDefinitionID": "59cd2f81-6945-4258-aab9-6e0f518483e7",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}