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": "07b556ca-388a-4acc-b233-f65f0555f4de",
"TestID": "a1652586-093b-4bd5-bee9-79a4107b6265",
"TestQuestionDefinitionID": "3c99b8e7-d139-460d-8c1e-ba79f44c902e",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.