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": "1c8d052f-9cae-4e84-aede-98716ec7498a",
  "TrainingClassAttendeeID": "1929265c-ba66-45ae-a854-5c72cb4184b9",
  "TestDefinitionID": "2aca6fc1-1dc1-4084-92a5-7eb5ab5f6ba8",
  "StartedDateTime": "2025-11-28T11:45:59.2089476-05:00",
  "CompletedDateTime": "2025-11-28T11:45:59.2089476-05: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": "45f0fa79-b4d0-4b8e-b12d-5e434c2a0107",
  "TrainingClassAttendeeID": "390c51b7-7e68-4b32-ac8b-526730c24fa0",
  "TestDefinitionID": "d4a80cd9-cef3-4ca9-a394-67e8f043b614",
  "StartedDateTime": "2025-11-28T11:45:59.2089476-05:00",
  "CompletedDateTime": "2025-11-28T11:45:59.2089476-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}