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": "e3b56e96-015f-40e4-a3db-9cf7f38422f9",
"TrainingClassAttendeeID": "98140ece-2667-4dba-9cd1-5deb034c6fa7",
"TestDefinitionID": "dd825adf-69c2-4fcf-9d77-1e799e888a68",
"StartedDateTime": "2026-09-20T07:58:46.7767169-04:00",
"CompletedDateTime": "2026-09-20T07:58:46.7767169-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": "7a7713d3-9e52-45f0-9824-f18530628438",
"TrainingClassAttendeeID": "96a4fc25-85f2-4266-b62e-48194191e668",
"TestDefinitionID": "5ab39e93-a671-4b04-84dc-7bb7f871f73e",
"StartedDateTime": "2026-09-20T07:58:46.9485954-04:00",
"CompletedDateTime": "2026-09-20T07:58:46.9485954-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}