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": "1a90f97d-0869-45fc-82c8-94bb6e4abc3f",
"TrainingClassAttendeeID": "ec5df2d0-1eff-4a6a-a363-61c2e26141dd",
"TestDefinitionID": "5cc5bc93-db9b-47d7-8546-c0f3fd3d12c9",
"StartedDateTime": "2026-09-14T03:07:18.9441127-04:00",
"CompletedDateTime": "2026-09-14T03:07:18.9441127-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.