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": "9ecb5dba-0a8c-4f94-8462-843e66f609e0",
"TrainingClassAttendeeID": "e8ab272a-cad7-46d3-b555-6b0becd78ce8",
"TestDefinitionID": "9a33d0fc-9bc9-4a10-a6d6-0cc32b7ed0c4",
"StartedDateTime": "2025-11-03T16:46:44.1362017-05:00",
"CompletedDateTime": "2025-11-03T16:46:44.1362017-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.