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": "eb53ce99-93d2-46db-becd-fc5e54a8dbe7",
"TrainingClassAttendeeID": "966bf43a-84db-4a82-a552-a5d5b2983851",
"TestDefinitionID": "7da06c4a-599c-4f42-bb74-4654cce0b4b3",
"StartedDateTime": "2026-06-27T13:42:48.3526847-04:00",
"CompletedDateTime": "2026-06-27T13:42:48.3526847-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.