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": "665cc063-d3c0-4e18-b8b6-7836b6126094", "TrainingClassAttendeeID": "e4ef6d8f-b84c-4c64-a252-d3849a8f65c1", "TestDefinitionID": "780f1040-a62e-4374-b162-eaaeb7532115", "StartedDateTime": "2025-04-10T01:26:34.4469878-04:00", "CompletedDateTime": "2025-04-10T01:26:34.4469878-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.