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": "1c2ffa30-71c1-4d04-a2ae-b563be478b3e",
"TrainingClassAttendeeID": "44fe3784-dc35-4d6f-b70a-8255479370d5",
"TestDefinitionID": "1d0440e1-a9a0-45bf-91c3-5931956efacc",
"StartedDateTime": "2026-03-22T14:14:26.2371801-04:00",
"CompletedDateTime": "2026-03-22T14:14:26.2371801-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": "e26e7f68-3e89-4d45-bb45-2fdcc90572e7",
"TrainingClassAttendeeID": "5aa35688-673d-4b59-9963-6f11ae3e1cf3",
"TestDefinitionID": "f598fe56-6bb9-4894-8c94-9d8ca53abb9b",
"StartedDateTime": "2026-03-22T14:14:26.2527959-04:00",
"CompletedDateTime": "2026-03-22T14:14:26.2527959-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}