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": "8401a72f-348f-4d59-b56f-2bb7717ec090", "TrainingClassAttendeeID": "f2ed3783-6b35-4789-94ae-97dc0678b908", "TestDefinitionID": "7a759bc9-84d9-4589-ac1c-9a0dfe49a1c8", "StartedDateTime": "2025-07-05T10:12:46.3596504-04:00", "CompletedDateTime": "2025-07-05T10:12:46.3596504-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }
application/x-www-form-urlencoded
Sample:
Sample not available.