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": "69beec30-c0f5-4443-b154-623240919507",
"TestID": "0fa08705-ce09-4405-a427-b2d78ae24455",
"TestQuestionDefinitionID": "8f35271f-3806-4fde-b77d-1b27e7d2373e",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.