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": "02096a6a-6610-4b56-b912-ea9654e89e5d",
"TrainingClassAttendeeID": "757de395-3269-452a-8b26-cef6a30ceed6",
"TestDefinitionID": "c9ca3d49-c1d6-4765-a682-85216f693544",
"StartedDateTime": "2026-05-12T07:48:04.491553-04:00",
"CompletedDateTime": "2026-05-12T07:48:04.491553-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": "4f320f0b-8355-4307-9e5b-ff0cc9aadca3",
"TrainingClassAttendeeID": "cbf4efbf-0147-40b6-8fba-8d4a72b2b91f",
"TestDefinitionID": "86bbed6c-129d-45a9-a967-efe1fe0198e2",
"StartedDateTime": "2026-05-12T07:48:04.5071692-04:00",
"CompletedDateTime": "2026-05-12T07:48:04.5071692-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}