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": "86dc8daf-3d50-4e3f-9cff-3efa76090aa1",
"TrainingClassAttendeeID": "1d9a2251-fd60-4be0-9fc1-830b8a0b7162",
"TestDefinitionID": "29dad5cb-0f23-44f3-8ee5-7b3386e92b62",
"StartedDateTime": "2026-07-18T18:22:12.6785898-04:00",
"CompletedDateTime": "2026-07-18T18:22:12.6785898-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.