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": "ec7840c7-4abf-4be9-8e63-bc55800e0c0d",
"TrainingClassAttendeeID": "cfa81e0f-00e5-4458-81f9-5fc6d538305f",
"TestDefinitionID": "3dda8037-217d-4bbf-9577-f9bd2efd79be",
"StartedDateTime": "2025-11-08T06:03:49.8945186-05:00",
"CompletedDateTime": "2025-11-08T06:03:49.8945186-05: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": "2f58fce9-78fa-40c1-a5d8-7cf8fca33354",
"TrainingClassAttendeeID": "4e8f0672-05c1-4195-a86f-eb5723f77a2a",
"TestDefinitionID": "436a867b-cc70-4678-b242-a3fb779ae36b",
"StartedDateTime": "2025-11-08T06:03:49.9101051-05:00",
"CompletedDateTime": "2025-11-08T06:03:49.9101051-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}