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": "cc22ce3e-d36b-42bd-a45a-88e7798f7861",
"TrainingClassAttendeeID": "421f2a75-30c7-4604-ba9d-c5b49ac2b6d4",
"TestDefinitionID": "a8469960-e1b9-4a4a-b0b2-7661f5defd0e",
"StartedDateTime": "2026-04-22T18:11:06.898863-04:00",
"CompletedDateTime": "2026-04-22T18:11:06.898863-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": "c48e438e-3539-47ab-b97f-0d16178464d4",
"TrainingClassAttendeeID": "ff470f35-7a44-438c-81c0-826a286bb71b",
"TestDefinitionID": "5feff7a1-58df-4661-a47f-073db4c9b3a5",
"StartedDateTime": "2026-04-22T18:11:06.898863-04:00",
"CompletedDateTime": "2026-04-22T18:11:06.898863-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}