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": "4ef55398-93ed-4b82-bfce-666788b7e767",
"TestID": "7c9f7cea-e9d6-42cf-81d7-72ad35b65eb2",
"TestQuestionDefinitionID": "2dda77f9-807d-42a4-a2b7-8de6bf3c35a2",
"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": "4b4cd5be-2aeb-4a10-8aa4-259f9aaf1122",
"TestID": "c4258391-a636-4a6f-a0b2-de9cf8b210e5",
"TestQuestionDefinitionID": "666d0aa7-7c71-49c5-b6f8-b077783244da",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}