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": "a2e46262-d09b-4cad-858d-21483232f492", "TrainingClassAttendeeID": "84abc73d-13db-4e86-a38a-e5b7614d4f9a", "TestDefinitionID": "c48bf6ec-5d90-4d5c-8738-8f9919fbc588", "StartedDateTime": "2025-06-02T06:05:27.4599239-04:00", "CompletedDateTime": "2025-06-02T06:05:27.4599239-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.