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": "85c81113-1a55-4a85-a433-87fe9e50a66f",
  "TrainingClassAttendeeID": "fc3a34cb-b026-4b83-a16e-5df28a358092",
  "TestDefinitionID": "a1a7b238-0989-41e4-b5d7-0ca7f1ec69e1",
  "StartedDateTime": "2025-12-06T19:12:39.9772201-05:00",
  "CompletedDateTime": "2025-12-06T19:12:39.9772201-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": "a79c797d-d3ee-4873-8639-2af89a3a9d92",
  "TrainingClassAttendeeID": "bcc950ad-7697-4c56-a026-90a392634446",
  "TestDefinitionID": "c771a8e7-aa76-4c7b-ba72-4a862348a6a4",
  "StartedDateTime": "2025-12-06T19:12:39.9772201-05:00",
  "CompletedDateTime": "2025-12-06T19:12:39.9772201-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}