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": "061e1e5b-4284-4c4d-b931-801c1dcd0bf0",
"TrainingClassAttendeeID": "db64bc03-b435-4de3-8f19-e42ce1f66023",
"TestDefinitionID": "c387ffc6-2da2-492d-82cf-e7c04726e42f",
"StartedDateTime": "2025-12-25T02:23:40.4807893-05:00",
"CompletedDateTime": "2025-12-25T02:23:40.4807893-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.