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": "8223607b-5487-4122-8183-259e4af3ec41",
"TrainingClassAttendeeID": "9bb9f857-f370-4e29-8ff0-e82905414205",
"TestDefinitionID": "8dc803f0-f4ef-4c4a-b5f2-78dcd94d8305",
"StartedDateTime": "2025-11-22T06:34:21.7300082-05:00",
"CompletedDateTime": "2025-11-22T06:34:21.7300082-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": "bd818399-b211-4ae6-b4a2-003ae416d533",
"TrainingClassAttendeeID": "dc36cdf0-050e-4dd3-929b-3eb97940708c",
"TestDefinitionID": "be9a9915-47d5-4af5-9f7d-ce78a1cc682e",
"StartedDateTime": "2025-11-22T06:34:21.7300082-05:00",
"CompletedDateTime": "2025-11-22T06:34:21.7300082-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}