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": "ad65cb12-7f43-4476-b418-b3945229f768",
"TestID": "52f5044e-ead9-49df-b520-d84a2ec75fa4",
"TestQuestionDefinitionID": "79add85a-45be-4fe0-aae4-b72e9599cbc5",
"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": "46fb373b-bba8-4896-87f9-7f33935fbfb3",
"TestID": "b80ddcb2-2ee7-4c3f-9403-08f89d1fe7ec",
"TestQuestionDefinitionID": "84a2b650-d0e9-44b5-ad58-7f793418ac60",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}