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": "3e0bb137-ab04-4313-9ab9-9178f671037b", "TrainingClassAttendeeID": "a79f0c8c-bd0d-4d4e-805c-cc24231b4f84", "TestDefinitionID": "31654f85-941d-4d60-a6a7-7e3a567f7bf9", "StartedDateTime": "2025-07-18T19:58:50.5307763-04:00", "CompletedDateTime": "2025-07-18T19:58:50.5307763-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.