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": "558714d1-4156-466c-922a-c64d684e44ed",
  "TrainingClassAttendeeID": "7f2ab9a0-2b22-4d84-88c6-1dfdcbe0f7e6",
  "TestDefinitionID": "34ddc62a-7672-4e82-8336-06e8ad8afbe7",
  "StartedDateTime": "2025-12-29T15:51:37.1062838-05:00",
  "CompletedDateTime": "2025-12-29T15:51:37.1062838-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": "94f52428-edd7-497f-9cd6-576452a86d64",
  "TrainingClassAttendeeID": "fffba1dc-cdf8-4873-9c92-b32409dbacea",
  "TestDefinitionID": "939f7112-05f8-45dd-b68f-aceb5aade8e1",
  "StartedDateTime": "2025-12-29T15:51:37.1062838-05:00",
  "CompletedDateTime": "2025-12-29T15:51:37.1062838-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}