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": "93535a88-1968-4957-aeef-6329e1af9557", "TestID": "f590b654-af2c-4302-abef-a7fb79b1c5ba", "TestQuestionDefinitionID": "713015a4-7359-4e45-9078-4d6bd77b0b2a", "SortOrder": 4, "SelectedAnswerNumber": 5, "Correct": true, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.