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": "012c3104-91d1-4f79-ba67-586211ef468d",
"TestID": "2bb3bc03-ac00-42ae-b4df-c4a4af31ffec",
"TestQuestionDefinitionID": "1d43bc99-9585-4ccd-aabb-f03abc027e22",
"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": "e9243709-d37a-4b71-bb3e-fdd970e67c47",
"TestID": "302fa491-aeec-4275-a932-e7f08ff5c820",
"TestQuestionDefinitionID": "20a31d17-7ce5-449a-95b9-17336da09112",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}