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": "7d8314bc-2c1b-4264-a7fb-0a84f362d70b",
"TrainingClassAttendeeID": "6343c884-295a-4fe4-8521-7b812cec78dd",
"TestDefinitionID": "e82e1fc4-552b-41b5-b3e9-a41826a94726",
"StartedDateTime": "2026-03-23T22:37:15.4008552-04:00",
"CompletedDateTime": "2026-03-23T22:37:15.4008552-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": "7ca02a75-2368-4cce-baa8-1ec111d1929c",
"TrainingClassAttendeeID": "cd3ab8c7-eda4-436f-a687-52a0f78a755e",
"TestDefinitionID": "56403a34-3496-465c-a6cb-b4500b695da6",
"StartedDateTime": "2026-03-23T22:37:15.4008552-04:00",
"CompletedDateTime": "2026-03-23T22:37:15.4008552-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}