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": "5d9434db-7b99-4eb0-96f8-68324ca1a06c", "TrainingClassAttendeeID": "45c274ca-b4d7-4b89-8fd7-6488038906f1", "TestDefinitionID": "10568fea-a731-4af4-a5d6-a90ae62ab6ce", "StartedDateTime": "2025-01-17T19:26:32.536647-05:00", "CompletedDateTime": "2025-01-17T19:26:32.536647-05:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.