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": "120a6c3a-1768-4e52-823b-20d2bf1ab7de",
"TrainingClassAttendeeID": "ada3a9fc-b414-49ff-a7e3-ff65a020aec1",
"TestDefinitionID": "49ef46d5-dc7f-4795-819c-16cbb94b11c4",
"StartedDateTime": "2026-07-06T07:12:40.4740068-04:00",
"CompletedDateTime": "2026-07-06T07:12:40.4740068-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": "8852eaab-64ab-4b8c-af9b-88cedb50a28e",
"TrainingClassAttendeeID": "9fc2590c-ea8d-48e2-96db-bece8db4e1d2",
"TestDefinitionID": "cd3af3ac-311f-4124-b950-b4212792f13b",
"StartedDateTime": "2026-07-06T07:12:40.4740068-04:00",
"CompletedDateTime": "2026-07-06T07:12:40.4740068-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}