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": "20633717-ecf4-496d-b767-003984441e08",
"TrainingClassAttendeeID": "4477a580-fbfc-4b87-b896-ffff6c9c061b",
"TestDefinitionID": "168f3ed2-273e-473d-9d62-f4f22e768225",
"StartedDateTime": "2026-03-17T15:17:08.2191273-04:00",
"CompletedDateTime": "2026-03-17T15:17:08.2191273-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": "6d9bce2d-0c17-45b0-bf81-e1d7dcbbb9dc",
"TrainingClassAttendeeID": "eda8fc4e-2d2d-4d8a-baaa-1085b979d759",
"TestDefinitionID": "c2b3d54e-f31c-433b-afc8-853f5d62c934",
"StartedDateTime": "2026-03-17T15:17:08.2191273-04:00",
"CompletedDateTime": "2026-03-17T15:17:08.2191273-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}