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": "b7413645-1cf3-4bb1-adf0-01592a299008",
"TestID": "061a6faf-7a7d-4f37-b0e9-2b473264f3a8",
"TestQuestionDefinitionID": "5701ddd8-da46-4fc6-a793-6c0e0da195ea",
"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": "a1a64e8b-1811-49ee-9d0e-340fb46c1e55",
"TestID": "2fd2249e-e4b2-4039-ba40-b823f3fd8198",
"TestQuestionDefinitionID": "96235a23-10fb-495a-87ee-381565006ea1",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}