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": "e5f011ce-b17b-446f-864f-93ba96604156",
"TestID": "6c3375df-359a-4aad-8de9-6028fd1b853c",
"TestQuestionDefinitionID": "3e064b19-3339-40aa-915a-7a8ddd44bb21",
"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": "30bfa6dd-1f3b-4042-87fe-2d9aec9895d3",
"TestID": "9982a9c9-7e14-4b1a-b247-05eb97f30ff6",
"TestQuestionDefinitionID": "daedb4ee-0816-4ecf-9bcd-42999f7d29f5",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}