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": "beb28d8c-3245-428c-8cd5-6dc670b755e3",
"TrainingClassAttendeeID": "d3563c93-4135-4724-aa6f-9845d4f1cd0d",
"TestDefinitionID": "a8b25b49-4d2c-41e5-a862-b4b36d547577",
"StartedDateTime": "2026-03-18T02:53:47.4570244-04:00",
"CompletedDateTime": "2026-03-18T02:53:47.4570244-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": "49c9b8ef-5418-46a9-b669-cfe21bf0e968",
"TrainingClassAttendeeID": "b91f1c4a-546e-4fc3-8168-536199dbdae8",
"TestDefinitionID": "2487cbda-b835-4e7f-afc8-6d90b0d211c3",
"StartedDateTime": "2026-03-18T02:53:47.4570244-04:00",
"CompletedDateTime": "2026-03-18T02:53:47.4570244-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}