PUT api/TestQuestions/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| testQuestion | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TestQuestionID": "40baa98c-2ad2-474c-942c-d0aee99029f6",
"TestID": "58246437-241b-4b25-b4c2-3fe2c7c4971d",
"TestQuestionDefinitionID": "41772d32-6263-4b81-a59f-46009f260d95",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.