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": "0fbe5c0f-8aca-4d93-8a2e-3da24926cac0",
"TrainingClassAttendeeID": "9ee510c7-d8a2-40fb-8619-5772ab0ac003",
"TestDefinitionID": "d8dbc63a-9d28-4f48-a09e-fcb868aa62ab",
"StartedDateTime": "2026-07-25T19:36:20.2007754-04:00",
"CompletedDateTime": "2026-07-25T19:36:20.2007754-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.