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": "418c8779-d6b7-48c7-a182-a5cf41ee871f",
"TrainingClassAttendeeID": "d2b730aa-97c7-4abd-a471-298507d6854b",
"TestDefinitionID": "fb983c2a-8d93-4183-b7a7-b8cf4daec591",
"StartedDateTime": "2026-05-30T18:13:00.8858623-04:00",
"CompletedDateTime": "2026-05-30T18:13:00.8858623-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": "7af03c0b-bc7d-4cc0-80d1-d31da3f6e29f",
"TrainingClassAttendeeID": "f7926703-ea9c-4fcc-a7c7-e69bb4e9341a",
"TestDefinitionID": "f1ed1ad8-58ce-4dbb-9321-526097486fdc",
"StartedDateTime": "2026-05-30T18:13:00.8858623-04:00",
"CompletedDateTime": "2026-05-30T18:13:00.8858623-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}