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": "388ab75b-fd69-4abe-8d6b-03611c4a0b82",
"TrainingClassAttendeeID": "60d400af-56fe-4608-bc85-09ce4b5d7cfb",
"TestDefinitionID": "691158f1-b2a9-4a5e-9670-c19d43f2b77f",
"StartedDateTime": "2026-06-20T11:57:33.1388114-04:00",
"CompletedDateTime": "2026-06-20T11:57:33.1388114-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.