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": "907d7711-acb7-4357-9fda-36aca17fa4a4",
"TrainingClassAttendeeID": "e220b428-1df7-4179-839d-f0a37d11d412",
"TestDefinitionID": "79189202-a499-42ef-9338-273e96f59e92",
"StartedDateTime": "2026-06-15T03:40:29.3668441-04:00",
"CompletedDateTime": "2026-06-15T03:40:29.3668441-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": "44eb898c-3e9f-4115-bcdb-6961ab99e816",
"TrainingClassAttendeeID": "a4e30c1f-b3b2-4b04-9bc2-d5ddc26bcbbe",
"TestDefinitionID": "7c50520b-0261-46fa-bb60-9d15e15937dc",
"StartedDateTime": "2026-06-15T03:40:29.6480917-04:00",
"CompletedDateTime": "2026-06-15T03:40:29.6480917-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}