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": "fa241a31-8256-46db-93ec-667adf887337",
"TestID": "f9c111f2-2703-4ddb-a109-5afe06283963",
"TestQuestionDefinitionID": "2183b9ca-4c58-43d8-a1fe-9ffa6a56ba58",
"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": "103545bd-cf26-4a41-b155-e5d20838da1e",
"TestID": "8a2277a5-9cb7-48f3-a4a0-317d54a0697d",
"TestQuestionDefinitionID": "ad9db4a0-f10d-4cf9-9814-e6e4249c928d",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}