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": "f93e3c16-aa86-4ced-a4e1-c7105b7f2db8",
"TrainingClassAttendeeID": "04045e44-a1d9-4215-880f-d146adb71727",
"TestDefinitionID": "6432783a-daee-45cd-903c-bec9af6f62fe",
"StartedDateTime": "2026-07-04T22:13:52.2093176-04:00",
"CompletedDateTime": "2026-07-04T22:13:52.2093176-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": "bdd2fa9a-a907-41dc-aad2-52e22ccfa3f2",
"TrainingClassAttendeeID": "71777096-d4a6-4f47-b48a-d3839b8b4079",
"TestDefinitionID": "9d01a802-30b3-41de-8535-fdea0144b35d",
"StartedDateTime": "2026-07-04T22:13:52.3811962-04:00",
"CompletedDateTime": "2026-07-04T22:13:52.3811962-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}