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": "c160584d-06dd-4c1e-9c30-b987e654f34a", "TestID": "5e27377c-f501-4a2e-8103-d2660b1be97a", "TestQuestionDefinitionID": "0f7e2afd-c785-42f7-95ce-40727e3335c3", "SortOrder": 4, "SelectedAnswerNumber": 5, "Correct": true, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.