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": "72cefc0f-c1cd-4327-a010-8172919cf5e9",
"TrainingClassAttendeeID": "b4e8bffa-7b31-47fd-98f2-152604bf3082",
"TestDefinitionID": "b3eec243-7732-47b9-ae2a-e555aa623804",
"StartedDateTime": "2026-06-13T21:07:18.7179363-04:00",
"CompletedDateTime": "2026-06-13T21:07:18.7179363-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": "305ef6b7-ddd5-452a-9af0-b05a8a0eb64b",
"TrainingClassAttendeeID": "3ebd3eff-c08c-465d-b7c7-f98bf7bfe0cc",
"TestDefinitionID": "5e91c8e8-1c17-4714-b65d-de34d11afcf5",
"StartedDateTime": "2026-06-13T21:07:18.8741786-04:00",
"CompletedDateTime": "2026-06-13T21:07:18.8741786-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}