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": "1db27deb-cdba-47e6-8a5d-c42ea1471886",
"TestID": "12404c28-3605-4478-9baf-4e71e00f4c0b",
"TestQuestionDefinitionID": "0de7eeba-9afc-4143-ac5a-fba9974d6cae",
"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": "917e4a00-9faa-4e28-a6b2-801aa05a5bf2",
"TestID": "5ecd57f0-10f3-4b7b-8073-057e5f82a49b",
"TestQuestionDefinitionID": "cb32d09e-446c-47e1-b72e-2c86f585d5e6",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}