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": "692539cf-ebbb-409e-879f-63fff85a2bd1",
"TrainingClassAttendeeID": "8d6f44aa-c289-42f8-aa7f-f32d3e2d87a1",
"TestDefinitionID": "8d6ee23c-3533-4757-98f9-dbcfff6b4b47",
"StartedDateTime": "2025-12-20T10:46:17.2539271-05:00",
"CompletedDateTime": "2025-12-20T10:46:17.2539271-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.