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": "8b528675-2ff0-4cc5-b11d-323765f9d0bd", "TrainingClassAttendeeID": "c28ec25d-f53d-42d7-bc72-868bcabdbc7e", "TestDefinitionID": "ce191054-c223-4a6a-a4ea-2672249730e8", "StartedDateTime": "2025-10-02T15:59:07.8868992-04:00", "CompletedDateTime": "2025-10-02T15:59:07.8868992-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.