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": "abb85b80-8429-46e2-85dd-5af969c35c71", "TrainingClassAttendeeID": "4bebc738-2067-4468-aa0d-4bb6f505f0c8", "TestDefinitionID": "2cea0ace-fa9a-4946-913c-09d8edb9bfca", "StartedDateTime": "2025-05-23T16:04:46.9204933-04:00", "CompletedDateTime": "2025-05-23T16:04:46.9204933-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.