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": "a5c8ab22-2c77-421a-b100-4506ff618c7c",
  "TrainingClassAttendeeID": "49dcbed3-428f-4bc5-8d61-f62804c806be",
  "TestDefinitionID": "525c05f4-bcd9-48a4-8db2-d455fe6944a4",
  "StartedDateTime": "2026-05-11T06:49:54.8625628-04:00",
  "CompletedDateTime": "2026-05-11T06:49:54.8625628-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": "131deef4-36bb-4725-a2c6-1d173f29803b",
  "TrainingClassAttendeeID": "aee94d23-dd97-4335-8c66-ce033f5beed2",
  "TestDefinitionID": "e8ecd730-aa6e-44b6-8fbf-b54134d73a78",
  "StartedDateTime": "2026-05-11T06:49:54.8625628-04:00",
  "CompletedDateTime": "2026-05-11T06:49:54.8625628-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}