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": "dec3df22-e0ef-4aa7-b6d7-76799e7f8a68",
"TrainingClassAttendeeID": "7ac0ed13-c071-4d05-8354-80affe90f53d",
"TestDefinitionID": "9b0d6c05-fac8-4c0a-a098-f9cb8cfc27fc",
"StartedDateTime": "2026-07-11T22:17:15.2345624-04:00",
"CompletedDateTime": "2026-07-11T22:17:15.2345624-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": "c0bda23d-306e-4061-892f-64fe30294026",
"TrainingClassAttendeeID": "39c614f9-92f2-445e-9843-2c9b29d96090",
"TestDefinitionID": "c9327363-8cf9-4069-b048-4740e8109d41",
"StartedDateTime": "2026-07-11T22:17:15.3908101-04:00",
"CompletedDateTime": "2026-07-11T22:17:15.3908101-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}