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": "b8f05f11-5e9f-4037-9cfe-2b94721dbd9d",
"TrainingClassAttendeeID": "c15d2557-9577-431b-9c7a-f9629afbfe7e",
"TestDefinitionID": "74e1bcad-c494-4a9c-813a-0dc8e1d244c2",
"StartedDateTime": "2026-05-30T07:23:53.5799401-04:00",
"CompletedDateTime": "2026-05-30T07:23:53.5799401-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.