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": "eec1c11c-ae63-4485-9f9a-824584e21b9e",
"TrainingClassAttendeeID": "502ad755-c707-4cbb-ada6-3701dc385c56",
"TestDefinitionID": "ed0ef71f-4ee9-43fd-80ee-293e309fa9ac",
"StartedDateTime": "2026-07-26T21:04:59.680814-04:00",
"CompletedDateTime": "2026-07-26T21:04:59.680814-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.