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": "492b9987-d63d-45d9-94a7-3bbfb1c4bed8",
"TrainingClassAttendeeID": "b9b21a8c-caad-4e67-8ba7-c3811b7942c1",
"TestDefinitionID": "363971fb-32e9-4edc-a126-d5caca0df721",
"StartedDateTime": "2026-07-11T18:30:38.5428015-04:00",
"CompletedDateTime": "2026-07-11T18:30:38.5428015-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.