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": "bc7e1b3a-f60d-48c1-8c1a-cef31f980d92",
"TrainingClassAttendeeID": "94b95b4e-3ad5-48ad-b102-7c3cc0305dd8",
"TestDefinitionID": "99a153dd-7162-4203-aa76-c39533396295",
"StartedDateTime": "2026-05-02T05:38:15.187658-04:00",
"CompletedDateTime": "2026-05-02T05:38:15.187658-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.