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": "4e0d9964-899c-4001-98e0-df924262ad64",
"TrainingClassAttendeeID": "3a245aac-b82d-475c-84dd-63221c020d40",
"TestDefinitionID": "85b6da21-7e86-4a27-8954-63ca6ecf6936",
"StartedDateTime": "2026-08-23T01:39:00.2594218-04:00",
"CompletedDateTime": "2026-08-23T01:39:00.2594218-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": "eefabe46-e9f7-4507-b19e-79866920b814",
"TrainingClassAttendeeID": "bec27b12-9995-47aa-9ac3-8947bf2f3611",
"TestDefinitionID": "5d8e3748-998d-4867-969f-790104431497",
"StartedDateTime": "2026-08-23T01:39:00.4781832-04:00",
"CompletedDateTime": "2026-08-23T01:39:00.4781832-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}