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": "bc89ad37-d87d-484e-9e58-79ea0727b304",
"TrainingClassAttendeeID": "812562b8-5c3f-4aa1-8b77-dcd80a4ce1c4",
"TestDefinitionID": "a5f8d660-cf61-44b4-8636-18180c824fc5",
"StartedDateTime": "2025-11-10T08:27:34.7978813-05:00",
"CompletedDateTime": "2025-11-10T08:27:34.7978813-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": "421c036f-b637-49b0-93ac-cef7d86dee5c",
"TrainingClassAttendeeID": "a30c652a-ac39-48db-8383-cfaca23b10a0",
"TestDefinitionID": "1920a147-481f-485d-9e9d-8bc3ef4e4681",
"StartedDateTime": "2025-11-10T08:27:34.7978813-05:00",
"CompletedDateTime": "2025-11-10T08:27:34.7978813-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}