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": "5131298c-68a8-443b-8e4c-869ce1b5cf7b",
"TrainingClassAttendeeID": "eb894e25-10e2-49ba-a1c0-065bbf976901",
"TestDefinitionID": "ff0d5ff7-c318-4680-b64c-a9e53f447752",
"StartedDateTime": "2025-11-18T01:51:13.4409418-05:00",
"CompletedDateTime": "2025-11-18T01:51:13.4409418-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.