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": "48d8e97d-8c35-4878-9b2c-1444a71f5e77",
"TestID": "5228cbb4-42cd-42b3-a68e-a8369eafdde9",
"TestQuestionDefinitionID": "3bfa2529-1fbe-49a6-a8a5-f0661193b766",
"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": "d18520cc-c652-4cde-86d5-cbdc9b2c5e17",
"TestID": "6fc6b293-e048-4f1d-afd3-1d43e0d92d49",
"TestQuestionDefinitionID": "ae968bf1-c3ff-4a32-b7b9-677ab1100e40",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}