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": "2f6d7e95-8e01-4cbb-9ad6-7b2b4af5f261",
"TrainingClassAttendeeID": "26ffa447-e0a9-4394-9f09-03a487eba33d",
"TestDefinitionID": "b606d64a-f330-4ca5-881f-85065e1692e7",
"StartedDateTime": "2026-07-27T13:19:40.5913415-04:00",
"CompletedDateTime": "2026-07-27T13:19:40.5913415-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": "4288f1a5-8f3e-4c02-8c6d-3d3869e6ed96",
"TrainingClassAttendeeID": "cf286c54-7649-4946-b253-4e85e003f114",
"TestDefinitionID": "eb806b0b-58ff-4e9b-ace1-1b677221eddd",
"StartedDateTime": "2026-07-27T13:19:40.6069769-04:00",
"CompletedDateTime": "2026-07-27T13:19:40.6069769-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}