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": "ce1ba170-eae2-450b-9fa3-29a585162558",
"TrainingClassAttendeeID": "ad9d5616-336a-4fca-9c09-5c01994a4903",
"TestDefinitionID": "09a66478-abb4-47fa-9658-5951bec957c3",
"StartedDateTime": "2026-03-24T05:41:26.9899809-04:00",
"CompletedDateTime": "2026-03-24T05:41:26.9899809-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": "5fc912cc-9ad1-45e9-89d6-8990e150bd93",
"TrainingClassAttendeeID": "c41ee19f-90f7-4a74-ab30-5c5726b0b4ae",
"TestDefinitionID": "0c1606ce-1c53-412e-857a-c4618ef05386",
"StartedDateTime": "2026-03-24T05:41:26.9899809-04:00",
"CompletedDateTime": "2026-03-24T05:41:26.9899809-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}