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": "65380d53-e2b1-458d-a052-ad31e68f48bc", "TrainingClassAttendeeID": "1d70c67d-960f-488e-b122-e12164bccd48", "TestDefinitionID": "0b82c1b0-023d-4a71-b0a2-b22eb6db672a", "StartedDateTime": "2025-09-13T11:26:59.4666948-04:00", "CompletedDateTime": "2025-09-13T11:26:59.4666948-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.