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": "2774afc4-1267-4184-b3b0-fcbefa1914fd", "TestID": "ea33a155-626b-4fb8-ba41-a10b3c2976d6", "TestQuestionDefinitionID": "390f8b98-5e12-431e-a9be-a05ec656d0e0", "SortOrder": 4, "SelectedAnswerNumber": 5, "Correct": true, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.