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": "169282a5-22b1-4b8e-be10-3dc020f419e6",
"TrainingClassAttendeeID": "bc232ce1-87ae-409e-be8a-223af9157b06",
"TestDefinitionID": "fb4da6bb-d4c5-48b0-a158-50900e293cdf",
"StartedDateTime": "2026-07-04T15:00:08.7357871-04:00",
"CompletedDateTime": "2026-07-04T15:00:08.7357871-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.