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": "a181dfbd-6e05-417c-9ae9-85d58e73b671",
"TrainingClassAttendeeID": "ef473d17-041d-4910-9089-5bc4765b4eca",
"TestDefinitionID": "f870ee7e-19d2-48a3-ba8a-7be9cb05cc2d",
"StartedDateTime": "2026-05-25T02:18:48.277202-04:00",
"CompletedDateTime": "2026-05-25T02:18:48.277202-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": "9fe21ade-397b-435e-bca2-7e880d3b944b",
"TrainingClassAttendeeID": "930ca4f6-6c5f-4af6-8b56-b547b9c7a160",
"TestDefinitionID": "fdcbccf1-75c2-404f-8a5a-309b4bff55ce",
"StartedDateTime": "2026-05-25T02:18:48.277202-04:00",
"CompletedDateTime": "2026-05-25T02:18:48.277202-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}