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": "aa4b31f5-b039-4204-80ed-aaa6a9774231",
"TestID": "735a378e-ad7e-4c0e-bc14-3a1b22925933",
"TestQuestionDefinitionID": "c71e3e41-7212-4e38-836e-77a53b6341b4",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.