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": "f76db478-3464-489c-83c7-58e9b906df7c",
  "TrainingClassAttendeeID": "f9380455-e3c4-4ada-aacb-1351681e0685",
  "TestDefinitionID": "a301737f-bc84-448b-8d82-4952f62501d1",
  "StartedDateTime": "2026-05-16T16:06:31.9729854-04:00",
  "CompletedDateTime": "2026-05-16T16:06:31.9729854-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": "d56d35ee-1b68-4c58-a37e-e060513f0fbc",
  "TrainingClassAttendeeID": "5af96d0d-5340-42a8-adc4-d92fbda9dc58",
  "TestDefinitionID": "48524633-0aff-4307-969a-071af1225548",
  "StartedDateTime": "2026-05-16T16:06:31.9729854-04:00",
  "CompletedDateTime": "2026-05-16T16:06:31.9729854-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}