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": "bf4002c7-629a-4b5d-ab83-989686df3ac6",
"TrainingClassAttendeeID": "6c458fed-8cbe-4e04-97fe-e08074b615ab",
"TestDefinitionID": "7c3c34d8-555c-49a2-b611-07abd50ef2bb",
"StartedDateTime": "2025-11-21T03:48:04.4992299-05:00",
"CompletedDateTime": "2025-11-21T03:48:04.4992299-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.