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": "cde93c05-12da-44f6-8547-cc0ca514d5d9",
"TrainingClassAttendeeID": "ff4685a3-1f9f-46cf-9122-f91c3de321b2",
"TestDefinitionID": "60b5305d-8a23-4e20-8738-991fed091476",
"StartedDateTime": "2026-03-07T09:15:11.6528396-05:00",
"CompletedDateTime": "2026-03-07T09:15:11.6528396-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": "1d6980e1-5eed-4db7-8985-a471e289dd91",
"TrainingClassAttendeeID": "7725323f-c071-4ea0-85e9-0cd30bc3a9dc",
"TestDefinitionID": "47aebf12-e92d-45a9-a6f8-eba0e5ac4d55",
"StartedDateTime": "2026-03-07T09:15:11.6528396-05:00",
"CompletedDateTime": "2026-03-07T09:15:11.6528396-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}