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": "1ca4f6ee-e513-4ba6-b53f-4d62e6e7d7a0",
  "TrainingClassAttendeeID": "e0474203-3c56-4d67-bdce-d696847dbe14",
  "TestDefinitionID": "5aa3c3ce-d6d1-49d0-9b59-91bcf1807416",
  "StartedDateTime": "2026-03-10T09:58:26.4855119-04:00",
  "CompletedDateTime": "2026-03-10T09:58:26.4855119-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": "24aa6837-b296-4edf-a1ed-6608613f90d2",
  "TrainingClassAttendeeID": "ad07c197-c678-40cd-8a19-a36f3e19b6db",
  "TestDefinitionID": "c8f28fdd-4483-4edd-b7b4-50a678e63352",
  "StartedDateTime": "2026-03-10T09:58:26.4855119-04:00",
  "CompletedDateTime": "2026-03-10T09:58:26.4855119-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}