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": "3678b876-408c-436b-bb94-1133ffb86449",
"TrainingClassAttendeeID": "9c5182b0-e12b-4d6e-a9d0-4812816f0d5c",
"TestDefinitionID": "f6d7d9c8-8b26-4b03-bafc-880db08e2374",
"StartedDateTime": "2025-12-11T15:37:21.6418626-05:00",
"CompletedDateTime": "2025-12-11T15:37:21.6418626-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.