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": "2f2ec311-ae30-4566-b0e7-08115565a8a1",
"TrainingClassAttendeeID": "50d003ad-6bc9-4860-92b6-eb3f1a570e6d",
"TestDefinitionID": "247b4a95-f493-4964-88d6-e592c74a9f38",
"StartedDateTime": "2026-03-01T00:49:20.4273503-05:00",
"CompletedDateTime": "2026-03-01T00:49:20.4273503-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.