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": "974e8cdb-46f6-46bf-8052-f8d2c88a955f",
"TrainingClassAttendeeID": "c31bc600-3ffc-4a58-a755-4f5ef4c7217d",
"TestDefinitionID": "9f811c7f-90cd-47c2-b42d-eb24868054a3",
"StartedDateTime": "2026-09-20T03:53:50.9560004-04:00",
"CompletedDateTime": "2026-09-20T03:53:50.9560004-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.