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": "efd9e7b1-2f0d-413c-8575-f344abd5f44a",
  "TrainingClassAttendeeID": "749b42d7-6084-4678-a14c-caa298e6d594",
  "TestDefinitionID": "f41f3b8a-992c-4879-a2d5-1071511a764a",
  "StartedDateTime": "2025-11-15T06:26:48.7809292-05:00",
  "CompletedDateTime": "2025-11-15T06:26:48.7809292-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": "c28b9fc1-07ae-498b-8b54-8df7d42f7274",
  "TrainingClassAttendeeID": "42da087f-5b59-475a-99f3-f1321c54b2f2",
  "TestDefinitionID": "89b51f1c-bae6-493c-9c03-681c7d95e297",
  "StartedDateTime": "2025-11-15T06:26:48.7809292-05:00",
  "CompletedDateTime": "2025-11-15T06:26:48.7809292-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}