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": "01f46dc0-05d1-4433-afce-00ee617d126c",
  "TrainingClassAttendeeID": "fd8f705e-7823-442b-8ff7-f45abb6917d0",
  "TestDefinitionID": "324e2eb1-8139-4c7b-a5a8-830767f95b93",
  "StartedDateTime": "2026-04-05T11:03:11.3871651-04:00",
  "CompletedDateTime": "2026-04-05T11:03:11.3871651-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": "cce7e713-9bce-40d8-870f-d5f8e28335c6",
  "TrainingClassAttendeeID": "fdfd46a3-4bc6-4890-b907-cb524e46122e",
  "TestDefinitionID": "d660dbd0-5212-41a6-85d7-7aec97db5947",
  "StartedDateTime": "2026-04-05T11:03:11.4027668-04:00",
  "CompletedDateTime": "2026-04-05T11:03:11.4027668-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}