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": "f3d6926f-fba5-4a26-a6ad-481f2fcbc7a4",
  "TrainingClassAttendeeID": "1bb2c537-e8a6-4f76-ab41-a30008d97da6",
  "TestDefinitionID": "bae83946-5586-441e-9708-783780a92904",
  "StartedDateTime": "2026-02-24T17:34:00.0919964-05:00",
  "CompletedDateTime": "2026-02-24T17:34:00.0919964-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": "90c7c0e0-84ce-489d-a171-08b145acdc60",
  "TrainingClassAttendeeID": "e347357a-925a-4ff1-8a14-2f0c154218e7",
  "TestDefinitionID": "de31e292-8894-4539-b6e2-e950bf75ff1f",
  "StartedDateTime": "2026-02-24T17:34:00.0919964-05:00",
  "CompletedDateTime": "2026-02-24T17:34:00.0919964-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}