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": "a2c0bbc0-0d33-4ce8-ae20-d7a93eee8a65",
"TrainingClassAttendeeID": "4c335d7f-6551-4e71-bed9-53ab79e90f3a",
"TestDefinitionID": "3e3d5763-f7ce-41f4-8793-52c4a1dfd47f",
"StartedDateTime": "2026-04-14T03:10:48.366993-04:00",
"CompletedDateTime": "2026-04-14T03:10:48.366993-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": "1e3b5916-8ea4-4ede-99da-8c4e0eaaaf05",
"TrainingClassAttendeeID": "c4587bc4-0ae9-4b43-bec3-dde4752eb840",
"TestDefinitionID": "9a182341-143c-4fa7-a194-cec2c0b078d0",
"StartedDateTime": "2026-04-14T03:10:48.366993-04:00",
"CompletedDateTime": "2026-04-14T03:10:48.366993-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}