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": "273d8f39-022d-4e05-9c38-b150e64050f3",
"TrainingClassAttendeeID": "86d9aadb-9afe-4cd2-a4a9-607a6f7ac7c5",
"TestDefinitionID": "0338bc77-4aa7-4a5f-8693-cc82a430644c",
"StartedDateTime": "2025-11-07T05:44:12.8163737-05:00",
"CompletedDateTime": "2025-11-07T05:44:12.8163737-05: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": "8016d6bb-ef38-4b69-9ed7-7ad0b19b2818",
"TrainingClassAttendeeID": "6d4fadeb-43ad-47f1-adf4-f180413d24ab",
"TestDefinitionID": "a26dd63f-93e6-4e8e-b8d7-f5bf9336054c",
"StartedDateTime": "2025-11-07T05:44:12.8163737-05:00",
"CompletedDateTime": "2025-11-07T05:44:12.8163737-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}