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": "e9947132-ab77-4d63-b72d-5cd74d8053c9",
"TrainingClassAttendeeID": "5b0cffc0-01bb-49dc-a909-7a9f380e24f0",
"TestDefinitionID": "c570b16f-70ae-4bcd-b401-4bee831e5dfa",
"StartedDateTime": "2026-09-06T23:59:46.7483761-04:00",
"CompletedDateTime": "2026-09-06T23:59:46.7483761-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.