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": "bd24bf52-898c-479b-881c-06f023eee058",
"TrainingClassAttendeeID": "207fc01d-7db0-4895-a545-ca840302aba1",
"TestDefinitionID": "dbf66fa1-7211-4b7a-9be5-8b144e01518d",
"StartedDateTime": "2026-08-01T20:49:24.5618974-04:00",
"CompletedDateTime": "2026-08-01T20:49:24.5618974-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.