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": "677a2b68-a3a1-4caf-9230-9d9feb4c6547", "TrainingClassAttendeeID": "25c2a2c9-402d-45b5-9d4e-9e59d749790b", "TestDefinitionID": "e9a32cb8-fa64-4d48-becb-b775f5185f91", "StartedDateTime": "2025-09-17T13:58:18.0891982-04:00", "CompletedDateTime": "2025-09-17T13:58:18.0891982-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.