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": "3ac88920-0fec-44ba-b4e9-dc38158c578b",
"TrainingClassAttendeeID": "7b0c5ea6-8697-4e5c-921e-367bda14b174",
"TestDefinitionID": "7741e5ee-9e75-4cae-97cb-d6462ab299ea",
"StartedDateTime": "2026-08-16T01:36:09.9533977-04:00",
"CompletedDateTime": "2026-08-16T01:36:09.9533977-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": "43bc8a94-627d-4a5f-940a-3299606f1d3d",
"TrainingClassAttendeeID": "0b5ef379-7868-4c4f-9053-3bfcfe39ca77",
"TestDefinitionID": "715c5be6-521e-4f79-a465-77e1e8d20a40",
"StartedDateTime": "2026-08-16T01:36:09.9690218-04:00",
"CompletedDateTime": "2026-08-16T01:36:09.9690218-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}