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": "969ac800-9d26-4fdb-8781-f7a3635fad77",
"TrainingClassAttendeeID": "b8805e0e-18ab-4554-9d6d-d529273d189d",
"TestDefinitionID": "f92ebdea-7a4d-4e57-8128-c64dc80602f2",
"StartedDateTime": "2026-07-04T16:25:27.5277412-04:00",
"CompletedDateTime": "2026-07-04T16:25:27.5277412-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.