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": "f3ca0831-8dd5-41ec-b561-fbf92e671413",
"TrainingClassAttendeeID": "2e7e1bda-3c9b-44c7-ba6b-a895f42f80d4",
"TestDefinitionID": "c91b9e9a-2a75-4aa3-b246-b42d19d79074",
"StartedDateTime": "2026-08-01T19:30:51.2457217-04:00",
"CompletedDateTime": "2026-08-01T19:30:51.2457217-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.