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": "4cd14e54-57d2-477f-b29f-c04f327881ae", "TrainingClassAttendeeID": "074090da-020e-4998-aed1-755a5c9b92e1", "TestDefinitionID": "8b1a2da8-7099-41a1-ac3a-155b2ecf678a", "StartedDateTime": "2025-06-10T20:39:36.125187-04:00", "CompletedDateTime": "2025-06-10T20:39:36.125187-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": "1c20aaa0-582a-4073-a863-0e571aa83961", "TrainingClassAttendeeID": "06468111-84f8-4eef-ab79-7efc8c8344e3", "TestDefinitionID": "7b18ca4d-3abd-4257-bdf7-74d798c40d7b", "StartedDateTime": "2025-06-10T20:39:36.1291882-04:00", "CompletedDateTime": "2025-06-10T20:39:36.1291882-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }