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": "58cf5a84-3e09-4c77-9de8-79f1444adc94",
"TrainingClassAttendeeID": "471e159e-b132-4e0a-bd18-59f25d982422",
"TestDefinitionID": "1afad8bc-9e99-4271-935d-a03f07a191d6",
"StartedDateTime": "2026-06-01T03:14:58.2524606-04:00",
"CompletedDateTime": "2026-06-01T03:14:58.2524606-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": "4653b517-5db5-4525-9d1c-1954547bd55b",
"TrainingClassAttendeeID": "43df76aa-7c65-4a1a-bddf-43c1d32d5a85",
"TestDefinitionID": "16e554ac-1245-44bc-8604-046d75fdfff0",
"StartedDateTime": "2026-06-01T03:14:58.2680901-04:00",
"CompletedDateTime": "2026-06-01T03:14:58.2680901-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}