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": "71febaeb-7153-4c49-878b-0fd2aab98ac3",
"TrainingClassAttendeeID": "4367509a-5748-4f70-acdf-8cc41a890e41",
"TestDefinitionID": "18c724b7-cb06-4f99-a47e-3d0cd50ccab1",
"StartedDateTime": "2026-03-29T05:19:32.6385657-04:00",
"CompletedDateTime": "2026-03-29T05:19:32.6385657-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": "6dbae43d-acf8-4bea-9a45-3c7c0819da55",
"TrainingClassAttendeeID": "226d6f6a-1963-44d8-a0ed-14d67f83e048",
"TestDefinitionID": "071d02ff-ea25-4545-93ef-a40743a766aa",
"StartedDateTime": "2026-03-29T05:19:32.826055-04:00",
"CompletedDateTime": "2026-03-29T05:19:32.826055-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}