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": "457fce9b-f398-498a-bcc4-307f4007a11e",
"TrainingClassAttendeeID": "267154f9-d7b9-42f3-9789-90f96e9c9e60",
"TestDefinitionID": "8a3c25e5-8ea6-4323-adca-05187450f667",
"StartedDateTime": "2026-05-12T02:43:38.6575164-04:00",
"CompletedDateTime": "2026-05-12T02:43:38.6575164-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": "40d9161d-131c-4ebd-a603-b248674d9545",
"TrainingClassAttendeeID": "b0d15f71-6595-480e-b08b-b17af3bb979f",
"TestDefinitionID": "c68fb524-dddf-452d-aedb-fff1f6c36c15",
"StartedDateTime": "2026-05-12T02:43:38.8137582-04:00",
"CompletedDateTime": "2026-05-12T02:43:38.8137582-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}