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": "b1c8779d-c9e5-4b04-9ba3-6eb22e3780a3", "TrainingClassAttendeeID": "71013787-4ff0-4bdd-b76d-2a9289134ae8", "TestDefinitionID": "63a79b1e-257e-492e-8205-3d07c6aa8581", "StartedDateTime": "2025-01-24T13:06:28.1207695-05:00", "CompletedDateTime": "2025-01-24T13:06:28.1207695-05:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.