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": "305f6b2f-39da-4ab2-ad13-173ad0142818",
"TrainingClassAttendeeID": "da542126-ef8b-4e39-81a1-5f7f986f3773",
"TestDefinitionID": "cee3247c-1ebb-4b66-93c2-53e33ec6930a",
"StartedDateTime": "2025-12-22T19:30:32.1548913-05:00",
"CompletedDateTime": "2025-12-22T19:30:32.1548913-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": "b7e0393d-6fe0-4b4b-899c-1b4bfda7c16c",
"TrainingClassAttendeeID": "ef10517b-cfd9-434c-b1a1-fd16dbebb6f6",
"TestDefinitionID": "5469ff41-c118-4c49-bee6-d0932b69fada",
"StartedDateTime": "2025-12-22T19:30:32.1705047-05:00",
"CompletedDateTime": "2025-12-22T19:30:32.1705047-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}