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": "0e151917-d993-4b6a-807f-5d6b46991e9b",
"TrainingClassAttendeeID": "25e12e11-82ae-4337-ba3e-77078ebcdf13",
"TestDefinitionID": "2e3ef916-b390-4cb4-81e9-90e0ecd54d2d",
"StartedDateTime": "2026-09-06T03:57:41.0479457-04:00",
"CompletedDateTime": "2026-09-06T03:57:41.0479457-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": "501d89e9-fb2a-4604-b43c-5495fd00ad00",
"TrainingClassAttendeeID": "d9e92337-51bf-4677-a1e5-2640ddb5e430",
"TestDefinitionID": "8d794af4-0bf9-4d1c-8217-53e09a9506ef",
"StartedDateTime": "2026-09-06T03:57:43.0649463-04:00",
"CompletedDateTime": "2026-09-06T03:57:43.0649463-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}