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": "42ec142f-899d-4281-8764-9adbbe7e9815", "TrainingClassAttendeeID": "453b1675-58db-4284-8079-cfbad259d84a", "TestDefinitionID": "e6b18822-392e-4672-915a-0a250cf3f3d6", "StartedDateTime": "2025-07-02T22:08:20.7489032-04:00", "CompletedDateTime": "2025-07-02T22:08:20.7489032-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.