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": "3ef4b2c6-c9ee-4b7f-a52f-4679b744a10d",
"TestID": "f97f0fc4-086d-4d78-96cc-ba28931bb1c1",
"TestQuestionDefinitionID": "68e3e22b-7a8e-4596-98af-908bd7341bb3",
"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": "f3e874f2-56ad-482d-9eaa-f0560ce57460",
"TestID": "1414082d-ecff-474a-8bef-56c863246195",
"TestQuestionDefinitionID": "e90a7358-36eb-4225-a412-d200cf1476a4",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}