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": "db3f44ab-cf21-40c8-8acd-da1f25465d84", "TrainingClassAttendeeID": "7d5cb364-ffd7-4b9c-a725-b0c66c8d3cde", "TestDefinitionID": "f204699e-448e-4e91-adf0-1c2187f8edfc", "StartedDateTime": "2025-10-09T11:57:22.2176372-04:00", "CompletedDateTime": "2025-10-09T11:57:22.2176372-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.