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": "6769746f-6b76-4a49-a485-3091208e2df6", "TestID": "88b3c0de-ca19-4573-a8d3-a26b20a23ee2", "TestQuestionDefinitionID": "7a61afaa-5961-4b1d-bbf8-662384de968f", "SortOrder": 4, "SelectedAnswerNumber": 5, "Correct": true, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.