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": "1b648bf6-da83-45dd-8f1e-802c3208721f",
"TrainingClassAttendeeID": "67224206-497a-422c-8f5e-231011235a27",
"TestDefinitionID": "3040c447-0da9-4175-842f-90faf39d7d3c",
"StartedDateTime": "2026-06-27T16:03:29.4586518-04:00",
"CompletedDateTime": "2026-06-27T16:03:29.4586518-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.