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": "7f55c3a2-d00c-4491-b0c1-e0a9824e5447",
"TrainingClassAttendeeID": "b3cc844e-0bdc-433b-b3a7-2d5b55181798",
"TestDefinitionID": "7d8de485-46a7-4e3c-922c-43220d1b0752",
"StartedDateTime": "2026-06-22T04:38:26.9870839-04:00",
"CompletedDateTime": "2026-06-22T04:38:26.9870839-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": "93f3a88f-a25e-4acc-8a89-d15de1cdf7a4",
"TrainingClassAttendeeID": "729aa051-49ba-4eca-8e20-d28a034b36f3",
"TestDefinitionID": "e7ef01a0-3143-4205-b34b-3cc6691388bf",
"StartedDateTime": "2026-06-22T04:38:26.9870839-04:00",
"CompletedDateTime": "2026-06-22T04:38:26.9870839-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}