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": "2f85d2b3-fd75-4869-8485-495bef8333b5",
"TrainingClassAttendeeID": "e21a2731-454f-41b5-a6a8-545201b834d8",
"TestDefinitionID": "7467827e-555d-474a-b488-73059b0ee844",
"StartedDateTime": "2026-05-02T01:07:59.8827684-04:00",
"CompletedDateTime": "2026-05-02T01:07:59.8827684-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": "41d091d3-4b81-41f3-b9dc-4c54209a65bc",
"TrainingClassAttendeeID": "927fcb28-ff42-4ff9-99fc-e0b46738ed20",
"TestDefinitionID": "c11e34a5-0ae5-4a60-b749-35d6de3c7f6d",
"StartedDateTime": "2026-05-02T01:07:59.898374-04:00",
"CompletedDateTime": "2026-05-02T01:07:59.898374-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}