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": "707eb127-edd0-47a0-8aaf-80729beaf7d4", "TrainingClassAttendeeID": "c7c85844-cefe-4b4d-98bc-bc904ce1fcb8", "TestDefinitionID": "99e69001-9ca1-4b62-a52e-f28fdcea7751", "StartedDateTime": "2025-10-22T04:10:42.9589889-04:00", "CompletedDateTime": "2025-10-22T04:10:42.9589889-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.