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": "b807a3ce-8b3f-4793-af5e-fbe9cecc375e",
"TrainingClassAttendeeID": "cc69d5ed-37ae-4468-831e-3d45c65c7a48",
"TestDefinitionID": "8f741637-99e0-43d7-87d9-a98fcdd285f7",
"StartedDateTime": "2025-11-24T21:41:58.5301031-05:00",
"CompletedDateTime": "2025-11-24T21:41:58.5301031-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.