PUT api/Tests/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| test | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TestID": "e217a863-d694-496d-acca-3bcec252dea2",
"TrainingClassAttendeeID": "0aff9841-80f0-411b-8b0b-d4c123f2a1c3",
"TestDefinitionID": "8b8f65bc-b849-4f15-887a-fd8a9d25a150",
"StartedDateTime": "2026-01-14T12:49:56.5210218-05:00",
"CompletedDateTime": "2026-01-14T12:49:56.5210218-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.