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": "608cfb1a-c935-4397-85b9-a105bc2f8f01",
"TrainingClassAttendeeID": "879eaf13-bc16-4c6c-b54b-a56d0335e5d0",
"TestDefinitionID": "edfd6cff-c0b9-4a75-a6f7-0d1ea3324e94",
"StartedDateTime": "2025-11-10T16:46:48.154327-05:00",
"CompletedDateTime": "2025-11-10T16:46:48.154327-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.