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": "7a38a5e7-9ec3-42c4-9602-df4f808eb9a8",
"TrainingClassAttendeeID": "ebea4d48-c878-40c4-8914-d7b9d7831e6c",
"TestDefinitionID": "e9bd7948-c48a-4c30-9fb4-0a5be94cc139",
"StartedDateTime": "2026-04-20T15:24:12.6470714-04:00",
"CompletedDateTime": "2026-04-20T15:24:12.6470714-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": "4527592b-275d-4a30-890c-23945a3f30c2",
"TrainingClassAttendeeID": "95cc4086-64f1-4df1-9ea3-fefbda40f72b",
"TestDefinitionID": "1faf206a-440b-4e72-8db8-11b870eaa6f4",
"StartedDateTime": "2026-04-20T15:24:12.6626882-04:00",
"CompletedDateTime": "2026-04-20T15:24:12.6626882-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}