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": "ce32722d-dd71-4d4b-963f-ef93419b59ba",
"TrainingClassAttendeeID": "d540f668-64d4-4846-88e0-abe6add5513d",
"TestDefinitionID": "38e51304-a928-4437-a9c6-ee23d6d6a242",
"StartedDateTime": "2026-01-22T23:07:47.2067027-05:00",
"CompletedDateTime": "2026-01-22T23:07:47.2067027-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.