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": "e8794296-4b55-4ff7-bce4-4d6e0388c09a",
  "TrainingClassAttendeeID": "54dab8fc-93cb-410a-850f-746aeb7255e5",
  "TestDefinitionID": "18746094-8871-48dc-8785-b1b4f1225bf9",
  "StartedDateTime": "2026-04-06T23:55:42.8078004-04:00",
  "CompletedDateTime": "2026-04-06T23:55:42.8078004-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": "863ce34b-7796-4523-a110-4037e5129d0e",
  "TrainingClassAttendeeID": "6db6050d-707d-4ca0-a502-88a6ec2764a4",
  "TestDefinitionID": "c1b06db5-f78e-4d2e-a3b6-f6730baaa9a6",
  "StartedDateTime": "2026-04-06T23:55:42.8078004-04:00",
  "CompletedDateTime": "2026-04-06T23:55:42.8078004-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}