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": "1ef79a3f-315b-4e92-ac8d-313dae791cde",
"TestID": "bed716d4-8974-46b9-b0ce-a795b3b377ce",
"TestQuestionDefinitionID": "189fcf5b-a6ac-4501-b507-a2ad2301e18b",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.