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": "29335f02-0701-4c4a-818e-e500c75a1963",
"TrainingClassAttendeeID": "59e1d5c8-ca7c-4ef3-bcdc-acfa2609fed0",
"TestDefinitionID": "c8959d65-1b04-4d7b-a601-1451650ac8e1",
"StartedDateTime": "2026-04-28T05:07:44.2623759-04:00",
"CompletedDateTime": "2026-04-28T05:07:44.2623759-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": "4838526e-9cfa-4157-a39d-c686f2f83269",
"TrainingClassAttendeeID": "5c064a9c-87ae-4b69-bf21-a913bbf3b503",
"TestDefinitionID": "eeffda37-b76a-4417-8ca6-77bae46ea70b",
"StartedDateTime": "2026-04-28T05:07:44.4342374-04:00",
"CompletedDateTime": "2026-04-28T05:07:44.4342374-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}