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": "03a7f8fe-a060-4ab4-a20f-981ea4dd3567",
  "TrainingClassAttendeeID": "e1f66c9e-5e50-47f9-8cfa-5c2f43b5fb03",
  "TestDefinitionID": "896761b3-9651-468c-a3a2-a98c140ee898",
  "StartedDateTime": "2026-08-09T01:25:16.537851-04:00",
  "CompletedDateTime": "2026-08-09T01:25:16.537851-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": "75a413ab-7512-424c-88ad-44dc3c182f82",
  "TrainingClassAttendeeID": "abceb9b3-282d-4455-9701-6c2492257241",
  "TestDefinitionID": "2a060c0c-cb20-4dd1-ba95-90cf23f77da6",
  "StartedDateTime": "2026-08-09T01:25:16.7409772-04:00",
  "CompletedDateTime": "2026-08-09T01:25:16.7409772-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}