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": "34b19c94-2df1-4846-81c3-2e087f041e8e",
"TrainingClassAttendeeID": "b774c70f-29bd-4d38-8f09-3ef87283e9d2",
"TestDefinitionID": "7465d904-32f8-4956-9bbc-59e6f187894e",
"StartedDateTime": "2026-03-07T18:11:15.7041878-05:00",
"CompletedDateTime": "2026-03-07T18:11:15.7041878-05: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": "926e433c-397a-4747-8ec6-576f5acde5af",
"TrainingClassAttendeeID": "3b4b5fe8-1017-4b89-a9f9-e70e74daadcb",
"TestDefinitionID": "6a982a08-b839-431f-ac25-e4d350125197",
"StartedDateTime": "2026-03-07T18:11:15.7198281-05:00",
"CompletedDateTime": "2026-03-07T18:11:15.7198281-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}