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": "db06d8c0-f4d7-4b3b-8704-eec3cd411ce4",
"TrainingClassAttendeeID": "ceb8671d-7af2-4100-a1fc-f195777a5713",
"TestDefinitionID": "bee70215-4675-4ee3-abbe-ba04c5b8edd6",
"StartedDateTime": "2026-01-21T12:42:25.4226162-05:00",
"CompletedDateTime": "2026-01-21T12:42:25.4226162-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.