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": "680690ec-c839-431c-9a0d-4fb6e4178585",
"TrainingClassAttendeeID": "2a7ec4fd-1625-4d18-a4d6-e9bd3cf15614",
"TestDefinitionID": "b5af00d5-d091-465c-9b60-096dada00528",
"StartedDateTime": "2026-05-30T07:02:48.1351934-04:00",
"CompletedDateTime": "2026-05-30T07:02:48.1351934-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.