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": "845e0796-ef20-4d39-a4e9-1fb00f2e06f1",
"TrainingClassAttendeeID": "806c7845-5fdc-49fd-bd7c-b6a67717275a",
"TestDefinitionID": "a3f796df-7af9-4a7b-8620-9154206fd40a",
"StartedDateTime": "2026-01-18T19:08:19.0768639-05:00",
"CompletedDateTime": "2026-01-18T19:08:19.0768639-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.