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": "fd6a1691-9a56-40e9-bd5b-be6149dab390",
"TrainingClassAttendeeID": "f39c4a83-e636-46fe-8813-96a34344bbd6",
"TestDefinitionID": "8154fc28-d5a3-48d5-8997-6c2035fff98e",
"StartedDateTime": "2026-08-31T19:28:21.5517196-04:00",
"CompletedDateTime": "2026-08-31T19:28:21.5517196-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": "f5327657-6b4f-4af1-8672-c0940ba1ea81",
"TrainingClassAttendeeID": "bb7c4bf9-7472-4ad2-9b0e-acfb73891486",
"TestDefinitionID": "ea2394d9-f0f6-4c01-ba38-c3903d92fd9e",
"StartedDateTime": "2026-08-31T19:28:21.5517196-04:00",
"CompletedDateTime": "2026-08-31T19:28:21.5517196-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}