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": "df1abcc3-9e3c-4a6b-b14a-ec615855a81f",
"TrainingClassAttendeeID": "189c8bb8-4541-4ecf-b95a-4b2d25acfb68",
"TestDefinitionID": "b87a0f7c-5523-4b24-89b1-05d00f7d4498",
"StartedDateTime": "2026-09-20T02:52:57.6470534-04:00",
"CompletedDateTime": "2026-09-20T02:52:57.6470534-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.