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": "adc52985-22b9-4a3c-9286-1e4c4ba3b308",
"TestID": "4257acbe-00d1-4efb-837a-58a183502e60",
"TestQuestionDefinitionID": "01b7deca-f438-428f-b3e9-cb21a34c0f90",
"SortOrder": 4,
"SelectedAnswerNumber": 5,
"Correct": true,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.