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": "9fbe1138-40d2-4fd4-a1be-4a12f7423798",
"TrainingClassAttendeeID": "1575ce2f-ac7a-401d-a776-de00799a416f",
"TestDefinitionID": "87a605e0-dc31-4fae-8fc0-a77eaca2d7bf",
"StartedDateTime": "2026-08-22T21:36:45.4324224-04:00",
"CompletedDateTime": "2026-08-22T21:36:45.4324224-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.