POST api/Tests

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
test
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TestID": "d619df7e-4a08-4ce8-806c-d61f6495f69e",
  "TrainingClassAttendeeID": "ff03c724-3c23-47d4-b8a4-829ec0ed069e",
  "TestDefinitionID": "43d7a687-a0e0-415f-82a3-7258b4459787",
  "StartedDateTime": "2026-03-04T08:36:25.6332353-05:00",
  "CompletedDateTime": "2026-03-04T08:36:25.6332353-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": "acd70039-fbeb-4c89-9cde-b4a269c8cc2d",
  "TrainingClassAttendeeID": "bfa60f93-39d6-4dbd-b947-2a3930c8808f",
  "TestDefinitionID": "cf812f86-b63d-469a-a22c-e05fa43a06e1",
  "StartedDateTime": "2026-03-04T08:36:25.6332353-05:00",
  "CompletedDateTime": "2026-03-04T08:36:25.6332353-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}