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": "f1c7dd3d-055a-4813-989e-792c361be3d6",
"TrainingClassAttendeeID": "b069b765-8840-4a80-bdbb-1ab7ebd42f42",
"TestDefinitionID": "1d908a75-9bae-4c01-86f4-754df5744ce8",
"StartedDateTime": "2026-01-11T15:00:13.2821589-05:00",
"CompletedDateTime": "2026-01-11T15:00:13.2821589-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.