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": "94e7f860-3ee2-4b4c-8b4b-91ca02b085b3",
"TrainingClassAttendeeID": "84d0984a-d4b7-4486-9783-b6bdc1919a79",
"TestDefinitionID": "6edb043f-c16c-4721-80a5-d3243ec2c945",
"StartedDateTime": "2026-03-25T21:25:11.4236641-04:00",
"CompletedDateTime": "2026-03-25T21:25:11.4236641-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": "6be9f535-c810-48f7-a67c-a1c2afb16a6f",
"TrainingClassAttendeeID": "5445e6b9-6922-4812-b14e-73a775e65e6c",
"TestDefinitionID": "5488c121-d107-40ff-b59e-1b5e73e74cd2",
"StartedDateTime": "2026-03-25T21:25:11.4392995-04:00",
"CompletedDateTime": "2026-03-25T21:25:11.4392995-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}