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": "41322b7c-aa70-46de-8107-a0bf67d0be45",
"TrainingClassAttendeeID": "50bb449b-1a16-4218-b0b6-7c654bc5a857",
"TestDefinitionID": "316987c7-b0d7-4d07-bc7d-e7461dc748ae",
"StartedDateTime": "2025-12-01T21:31:35.9765016-05:00",
"CompletedDateTime": "2025-12-01T21:31:35.9765016-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.