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": "8c7b894f-fe54-476b-8577-2b2353e1cb8f",
"TestID": "cd125405-c6bd-4519-ac25-b9b4d238f600",
"TestQuestionDefinitionID": "693e5360-a9df-4e04-a023-6d6f2e25c566",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.