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": "fc05dfa7-6bb4-41a3-bfe4-6e7dbdfdc1ca",
"TrainingClassAttendeeID": "051e67a2-f52f-4f25-bb2c-5b6425f6dba2",
"TestDefinitionID": "4db1b742-637d-4310-860d-d0275506462e",
"StartedDateTime": "2026-08-15T20:49:46.7108029-04:00",
"CompletedDateTime": "2026-08-15T20:49:46.7108029-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.