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": "7818c3b3-be6a-437d-8030-d55a31dfa957",
  "TrainingClassAttendeeID": "d70ef417-1a18-41cd-b568-da8300ea849b",
  "TestDefinitionID": "e05ba523-4a5f-497f-96c3-9b2ae5edd153",
  "StartedDateTime": "2026-05-12T15:54:38.9324959-04:00",
  "CompletedDateTime": "2026-05-12T15:54:38.9324959-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": "797a4161-c8ab-4eeb-a64e-4d1ad42c5a63",
  "TrainingClassAttendeeID": "a94e769b-ad7e-433c-9c40-d47c42e71f01",
  "TestDefinitionID": "06c5de72-09ef-42a7-8293-70cade4b7416",
  "StartedDateTime": "2026-05-12T15:54:38.9324959-04:00",
  "CompletedDateTime": "2026-05-12T15:54:38.9324959-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}