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": "310ee2e3-5d4d-43a1-8866-fbff3135587c", "TestID": "65a1225d-6958-4a98-9dcd-4d34489ea310", "TestQuestionDefinitionID": "013c8b15-c732-4f6b-8c6d-6e4fb5b8deba", "SortOrder": 4, "SelectedAnswerNumber": 5, "Correct": true, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.