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": "6a82ad41-7137-4237-9366-99c4ea3c0ea4",
"TrainingClassAttendeeID": "8427dc39-dcec-4a37-b6b5-fcc4511e2488",
"TestDefinitionID": "3fb841ba-1e4f-40a8-9da2-00b2451a0486",
"StartedDateTime": "2026-04-25T04:43:25.0867161-04:00",
"CompletedDateTime": "2026-04-25T04:43:25.0867161-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": "e54acc6f-7e8e-4ca4-8bc4-1dcb3101f21d",
"TrainingClassAttendeeID": "a7d55a00-d8b1-4bb7-8795-59950321f7fc",
"TestDefinitionID": "95803335-623e-4b08-bb52-5fb50435512a",
"StartedDateTime": "2026-04-25T04:43:25.1023192-04:00",
"CompletedDateTime": "2026-04-25T04:43:25.1023192-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}