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": "52ebbda1-4545-4ba3-9be2-a9f516d6d439",
"TrainingClassAttendeeID": "879155e5-f3f8-42d8-bf50-f6ed8f56b3e1",
"TestDefinitionID": "f34d7cc9-5984-4be7-bb58-960795ed9a09",
"StartedDateTime": "2026-07-20T12:53:18.9515738-04:00",
"CompletedDateTime": "2026-07-20T12:53:18.9515738-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": "40c33df9-9576-4eea-8438-1740000f822e",
"TrainingClassAttendeeID": "a4a5c29d-a7da-4dd3-8e89-6a64b21de68b",
"TestDefinitionID": "89c49b1e-c388-49e6-bc77-c545a67f8476",
"StartedDateTime": "2026-07-20T12:53:18.9515738-04:00",
"CompletedDateTime": "2026-07-20T12:53:18.9515738-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}