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": "8a2628d5-7565-4cfa-b0af-d4d766a0dee7", "TrainingClassAttendeeID": "32f284b6-5f2f-4689-90da-a9f90f73522f", "TestDefinitionID": "76456e61-af35-4227-b173-001817d8e8ba", "StartedDateTime": "2025-10-13T13:50:13.7867448-04:00", "CompletedDateTime": "2025-10-13T13:50:13.7867448-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.