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": "825f4c0c-f30b-4391-b849-3605f184d32c",
  "TrainingClassAttendeeID": "65c97ba8-d6c1-4346-9ac0-87ad1155dc22",
  "TestDefinitionID": "ddd8649a-dc89-4316-bfd0-cc8e21a1d187",
  "StartedDateTime": "2026-04-25T22:00:54.1672017-04:00",
  "CompletedDateTime": "2026-04-25T22:00:54.1828267-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": "bdd4d6da-5870-4917-9e40-c05d52be24d4",
  "TrainingClassAttendeeID": "e84a56e6-fe90-4c34-ac4c-3877352084a0",
  "TestDefinitionID": "cd643c25-e43d-4168-afc2-3c87a80ba0ef",
  "StartedDateTime": "2026-04-25T22:00:54.3703187-04:00",
  "CompletedDateTime": "2026-04-25T22:00:54.3703187-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}