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": "cfbe5d30-9e68-4066-b077-0792543c02dd",
"TrainingClassAttendeeID": "9ac3372c-92a5-493d-a3ce-1622a88f2ef0",
"TestDefinitionID": "a98a730a-2db8-4e0c-9303-75e4dbcd7d0f",
"StartedDateTime": "2026-07-11T16:43:12.9524988-04:00",
"CompletedDateTime": "2026-07-11T16:43:12.9524988-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.