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": "5a9334a9-ae5d-436b-9935-3fafcef239aa",
"TrainingClassAttendeeID": "e042f870-36ec-438a-936b-fee5244043a7",
"TestDefinitionID": "fbc76e20-7bc2-482e-8a2e-5bdfd8ce0552",
"StartedDateTime": "2026-09-07T01:00:05.1566248-04:00",
"CompletedDateTime": "2026-09-07T01:00:05.1566248-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.