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": "d2b3d633-4f74-408f-8e32-b7906c5dec92",
"TestID": "4dbf92a7-ca0a-43f5-8ea8-6e034d051ad9",
"TestQuestionDefinitionID": "38786a34-5638-465a-8a1c-01ce8d4fb5e2",
"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": "42d55f9b-925d-4d13-b18e-f921bc93669f",
"TestID": "8b4dc471-267b-4c31-ab0a-fbb85e17ec75",
"TestQuestionDefinitionID": "e9f1a53a-a99a-4490-8b89-1361dd381b5a",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}