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": "74ed54ad-f078-41f2-a236-80590857a244",
"TrainingClassAttendeeID": "8ab0b1b2-0700-490a-9b42-0d54163d8d3e",
"TestDefinitionID": "33fe3c38-4b31-4d0d-9dda-3362be97c5dd",
"StartedDateTime": "2025-11-08T12:02:57.7764127-05:00",
"CompletedDateTime": "2025-11-08T12:02:57.7764127-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.