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": "e7cb3f8f-8b99-4df2-9f9b-f00d2db53171",
"TrainingClassAttendeeID": "a8cb5f78-0166-41b7-b2ec-64d29b18899a",
"TestDefinitionID": "d161bd27-49a4-4aed-85d4-e7ff2e734aa7",
"StartedDateTime": "2026-06-20T15:54:49.2901273-04:00",
"CompletedDateTime": "2026-06-20T15:54:49.2901273-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.