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": "fc06de89-8c90-469a-a9b6-86815f1696a2",
"TrainingClassAttendeeID": "669a3dfc-caa6-4d31-b34a-1fec096e46ef",
"TestDefinitionID": "df59cf86-9b72-4eac-9a84-356114fdff27",
"StartedDateTime": "2026-03-31T06:47:40.5467701-04:00",
"CompletedDateTime": "2026-03-31T06:47:40.5467701-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.