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": "4f152bcd-b82c-4f46-a30f-cd30928914e1",
"TrainingClassAttendeeID": "12d2f3ae-2030-4c31-8c62-16dc00c711b6",
"TestDefinitionID": "05b17067-6ffe-427d-a98d-b3f4d000ebef",
"StartedDateTime": "2026-07-18T18:54:04.7040605-04:00",
"CompletedDateTime": "2026-07-18T18:54:04.7040605-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.