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": "1b1dbd03-61ae-4642-b93a-a11eb444b072",
"TrainingClassAttendeeID": "17200db1-b81d-4d72-a7be-d4c3aad36a76",
"TestDefinitionID": "a80a12dc-3032-4e9b-a2d3-24dc19ba2a45",
"StartedDateTime": "2026-04-30T07:49:49.6485789-04:00",
"CompletedDateTime": "2026-04-30T07:49:49.6485789-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.