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": "842d98c1-1828-4cdc-838a-339db4d0c9b4",
"TrainingClassAttendeeID": "00ac6a20-37b2-49aa-a59b-0980f2a4137b",
"TestDefinitionID": "eae4dc44-8a04-4f2b-9bff-b80cb2d57ae4",
"StartedDateTime": "2026-04-21T16:37:19.4609115-04:00",
"CompletedDateTime": "2026-04-21T16:37:19.4609115-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": "41ed362d-68a6-4c96-a478-39d8fa9368ec",
"TrainingClassAttendeeID": "0c38f0cf-dad1-4b12-b1a7-23221bed83d0",
"TestDefinitionID": "832cd593-827d-4764-a07b-4448199a7292",
"StartedDateTime": "2026-04-21T16:37:19.617167-04:00",
"CompletedDateTime": "2026-04-21T16:37:19.617167-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}