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": "afe00d53-c79d-4176-bcd8-e7bf5f975f50",
"TestID": "e88793d7-7dd3-4a2a-b067-5e58cf140b69",
"TestQuestionDefinitionID": "e9784889-9eeb-43a7-86a6-bab3051d4a06",
"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": "58cea83e-fd91-4a22-98f2-53199bb09aa6",
"TestID": "04eb40f5-92b8-477d-810e-011182645aee",
"TestQuestionDefinitionID": "6922c4d5-93f2-4d28-ad16-885b46cfc20f",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}