POST api/Tests
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| test | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TestID": "815d600e-4446-413a-93bb-19417a997ecc",
"TrainingClassAttendeeID": "665d7400-21de-47e2-a06d-4127e6791a7c",
"TestDefinitionID": "e0ae36c0-d6ce-4349-8d23-0a3026535805",
"StartedDateTime": "2026-08-02T00:55:14.1806008-04:00",
"CompletedDateTime": "2026-08-02T00:55:14.1806008-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TestID": "b49226db-cb4e-4f68-8395-dafead673f93",
"TrainingClassAttendeeID": "91986265-d325-4866-8d7f-8f41c3a60bdd",
"TestDefinitionID": "b8716627-55ef-4d47-becf-8465f1dec658",
"StartedDateTime": "2026-08-02T00:55:14.3681016-04:00",
"CompletedDateTime": "2026-08-02T00:55:14.3681016-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}