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": "af9d3c72-ed14-440f-a4b1-a1740ac9a410",
"TrainingClassAttendeeID": "a436a963-bacc-44fa-be7b-076391c2d3cd",
"TestDefinitionID": "ad363114-056d-4cab-a754-c579460f8fcd",
"StartedDateTime": "2025-12-13T03:28:50.2738301-05:00",
"CompletedDateTime": "2025-12-13T03:28:50.2738301-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.