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": "739aa765-f080-43c0-bd07-d4f362856b9e",
"TrainingClassAttendeeID": "4ff0071d-3ce9-45b4-9e07-eaa40eaef6d2",
"TestDefinitionID": "c3525992-2555-4b0c-8671-fa1256c824d4",
"StartedDateTime": "2026-06-06T08:06:34.2348475-04:00",
"CompletedDateTime": "2026-06-06T08:06:34.2348475-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.