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": "ab56e013-ffc2-4fa3-b450-e899eff05ec5",
"TrainingClassAttendeeID": "3ee9522f-a869-4ff7-898f-d184bd6cea64",
"TestDefinitionID": "aac95906-a815-474c-9845-e05d4e59f667",
"StartedDateTime": "2025-12-16T04:10:09.2651925-05:00",
"CompletedDateTime": "2025-12-16T04:10:09.2651925-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.