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": "9e418e9a-540e-4118-9876-8dc358c8ebc9", "TrainingClassAttendeeID": "5142932e-b13c-4cde-8d4b-1372f41965d4", "TestDefinitionID": "dcdcfc5d-eabe-412c-be89-483b828d6595", "StartedDateTime": "2025-10-14T14:04:42.8163129-04:00", "CompletedDateTime": "2025-10-14T14:04:42.8163129-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.