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": "88ece97a-d26e-4f3e-96f4-3cc11f8786f2",
"TrainingClassAttendeeID": "cc06b338-d977-41af-86bc-9b5f9c8cb368",
"TestDefinitionID": "c513af4c-d7a0-441b-827b-41fc421a21cc",
"StartedDateTime": "2026-08-08T20:04:58.4104825-04:00",
"CompletedDateTime": "2026-08-08T20:04:58.4104825-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.