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": "d7bee7e8-5a7e-4eb3-b62a-322eedcb7c90",
"TrainingClassAttendeeID": "e00f8ef9-5ef9-4c62-a342-452952eb2aff",
"TestDefinitionID": "bd5526be-20c6-4b8c-ad97-deb8a8e18ff6",
"StartedDateTime": "2025-11-14T15:49:03.8513112-05:00",
"CompletedDateTime": "2025-11-14T15:49:03.8513112-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.