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": "3fccf337-3cc9-4b10-9779-bec777591310", "TestID": "c74568a4-7944-472b-9ed6-3582630a323e", "TestQuestionDefinitionID": "713b718d-bc5a-4ee7-9f13-6b6707d8e729", "SortOrder": 4, "SelectedAnswerNumber": 5, "Correct": true, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.