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": "06c1154e-49cc-4009-bf4e-c04c8e17710f",
"TrainingClassAttendeeID": "c0914182-e0b5-4b35-852d-0a0d0fbe89df",
"TestDefinitionID": "0ad11088-6063-41ac-9c78-798ee987744f",
"StartedDateTime": "2026-05-13T16:18:38.499885-04:00",
"CompletedDateTime": "2026-05-13T16:18:38.499885-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": "66af452a-eda4-45a5-871c-d88acd2056f0",
"TrainingClassAttendeeID": "8406dd76-aa69-43e1-9e30-56a385255395",
"TestDefinitionID": "40610c00-6ac3-45e4-8a6f-a37f7066a247",
"StartedDateTime": "2026-05-13T16:18:38.671748-04:00",
"CompletedDateTime": "2026-05-13T16:18:38.671748-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}