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": "eb819473-665c-4853-a746-09c5b18891e9",
"TrainingClassAttendeeID": "0aed07f3-e515-403c-9d28-46096a1055ec",
"TestDefinitionID": "03fa455e-5e48-4b0e-9e07-d56ae16db44d",
"StartedDateTime": "2025-12-26T11:10:28.8754961-05:00",
"CompletedDateTime": "2025-12-26T11:10:28.8754961-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.