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": "19e9a205-776f-43b8-b965-f2d1de1a82ac",
"TestID": "4b2bc74f-146b-4e82-9dfd-2c5f11ba1648",
"TestQuestionDefinitionID": "dd4eda1e-3bc7-4a12-8cce-aa76330ce42f",
"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": "c1c7fb2b-f4d1-434a-ac9a-2f3f42c5cad8",
"TestID": "16f4235a-0aec-4c49-be74-f77fa5888210",
"TestQuestionDefinitionID": "e6eca1a4-3c07-4e3e-8802-6855bf121ad6",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}