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": "f9bf4e87-3b02-415c-af6f-8c6856a58e46",
"TestID": "59b3ec9b-b4aa-4c49-a718-2bb20dc96fe0",
"TestQuestionDefinitionID": "cd78627c-dbe5-4802-958d-b654c5fbff6e",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.