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": "22dbdb34-fcd4-4099-9f38-b31df08c3fe2",
"TrainingClassAttendeeID": "99dfaab1-45de-418d-9d76-433a32d9168f",
"TestDefinitionID": "5cd8eb69-b00a-4f9f-bfaf-e62cc0bd9cc3",
"StartedDateTime": "2026-02-24T17:36:41.3434572-05:00",
"CompletedDateTime": "2026-02-24T17:36:41.3434572-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.