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": "3446185f-725e-4b93-be2a-878a38e86564",
"TrainingClassAttendeeID": "21861862-982d-4e2b-aa35-44c6ffec6441",
"TestDefinitionID": "45270653-72c6-4510-aa35-ee076796eed4",
"StartedDateTime": "2026-04-24T22:06:22.1444295-04:00",
"CompletedDateTime": "2026-04-24T22:06:22.1444295-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": "06350f7b-4bd3-4d50-a1e1-c87bfde7a04b",
"TrainingClassAttendeeID": "9b2c5dee-665f-439e-9ef8-5613920974f5",
"TestDefinitionID": "0f663c3f-03bd-409c-bb83-6f9f31637f93",
"StartedDateTime": "2026-04-24T22:06:22.3006855-04:00",
"CompletedDateTime": "2026-04-24T22:06:22.3006855-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}