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": "cc9baee6-19fb-49e6-900f-255d6bec8b53", "TestID": "efc9c48c-6806-4c35-87d9-a4ae2e5b66b8", "TestQuestionDefinitionID": "3bbe7409-5637-4ec7-b5a7-88edb163900c", "SortOrder": 4, "SelectedAnswerNumber": 5, "Correct": true, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.