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": "a9f94774-94b0-412c-871a-2e8ede2422e4",
  "TrainingClassAttendeeID": "78b0a520-97bf-409b-b874-736965c5dc77",
  "TestDefinitionID": "baae19e9-b4b2-436d-a6c6-68ed3b965fed",
  "StartedDateTime": "2026-09-14T22:12:24.6493552-04:00",
  "CompletedDateTime": "2026-09-14T22:12:24.6493552-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": "3182317d-2832-49c5-b37e-0949ee44d69a",
  "TrainingClassAttendeeID": "fd4d25d7-af5a-4730-ae62-ceadebf6e6e8",
  "TestDefinitionID": "4b1bb6b7-aa7e-487f-9436-bfd4ca0305e9",
  "StartedDateTime": "2026-09-14T22:12:24.6649445-04:00",
  "CompletedDateTime": "2026-09-14T22:12:24.6649445-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}