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": "8b06fb99-86fb-4a37-811e-2aade6eea33c",
"TrainingClassAttendeeID": "e4d06eac-cdb7-4a44-b7b9-4fd2835b4f1b",
"TestDefinitionID": "b4f391f0-0095-4251-8f54-353881084ccd",
"StartedDateTime": "2025-11-03T04:52:30.4732611-05:00",
"CompletedDateTime": "2025-11-03T04:52:30.4732611-05: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": "4f5c2337-ecd0-4fe1-b893-f1d3bed0f5d7",
"TrainingClassAttendeeID": "862f4528-d608-44cc-9077-b253fc9d4987",
"TestDefinitionID": "1954fea0-1418-4fa2-925e-c82350b0c413",
"StartedDateTime": "2025-11-03T04:52:30.4888803-05:00",
"CompletedDateTime": "2025-11-03T04:52:30.4888803-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}