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": "ed03f90b-a659-4434-900d-bd59de654d47",
"TestID": "77fc6ca4-4cfa-4bcc-a323-01aea66b38a9",
"TestQuestionDefinitionID": "c38b5753-df19-4d45-886a-b5d176347e79",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.