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": "e1bf5ab5-1c6f-4d6c-aa74-a80396a84a65", "TrainingClassAttendeeID": "aaa2cd50-3409-4453-a02d-b04185324efb", "TestDefinitionID": "dd6d8574-42f6-455a-9936-1aa1eeb30375", "StartedDateTime": "2025-10-13T19:32:54.5853698-04:00", "CompletedDateTime": "2025-10-13T19:32:54.5853698-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.