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": "efd1aa7b-e103-429a-a717-e713fa17f52b",
"TrainingClassAttendeeID": "e3666b64-d8a7-4ede-8da7-7c7d1b76f389",
"TestDefinitionID": "da3522c2-16ad-42d3-b1d3-336bd16c9b00",
"StartedDateTime": "2026-06-13T09:33:02.2574725-04:00",
"CompletedDateTime": "2026-06-13T09:33:02.2574725-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.