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": "038d229c-beb3-489d-8823-12f3055f5c71", "TrainingClassAttendeeID": "80398734-b165-425f-8bab-4bfdf1c75106", "TestDefinitionID": "95a135ce-8804-4ca6-bcf4-2ae9af5db1d1", "StartedDateTime": "2025-01-24T19:15:36.6950994-05:00", "CompletedDateTime": "2025-01-24T19:15:36.6950994-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": "e358a319-e5b7-4214-8e68-ab1b079d22d8", "TrainingClassAttendeeID": "fa4e5a06-7d77-45cd-bfe9-a046364d2a8e", "TestDefinitionID": "8fbe2082-decd-4c14-a2c1-cd53b16ed3a4", "StartedDateTime": "2025-01-24T19:15:36.7000943-05:00", "CompletedDateTime": "2025-01-24T19:15:36.7000943-05:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }