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": "0871e97f-bad5-4470-915e-24c826cbabee",
"TrainingClassAttendeeID": "72aa8606-b4ed-4c2f-9ae4-6fba94393cc0",
"TestDefinitionID": "fdcc6657-936d-4913-a809-0805f3253ecb",
"StartedDateTime": "2026-03-27T19:51:00.6874095-04:00",
"CompletedDateTime": "2026-03-27T19:51:00.6874095-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": "57e9ae65-1ed8-4158-8372-1b718a31afd3",
"TrainingClassAttendeeID": "7f5f40ed-9f0a-4b5a-a0d7-092230977edd",
"TestDefinitionID": "aac7cccc-453b-4daa-b9ba-b11b7b3fbfc6",
"StartedDateTime": "2026-03-27T19:51:00.8436512-04:00",
"CompletedDateTime": "2026-03-27T19:51:00.8436512-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}