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": "95cac5af-ed71-462c-b45a-d3b049faa7cb",
  "TrainingClassAttendeeID": "13cb0c1c-5a97-4ec5-9fae-68a7e95111cd",
  "TestDefinitionID": "4edbd972-253e-4329-a346-d61681100410",
  "StartedDateTime": "2025-12-10T13:51:27.1187535-05:00",
  "CompletedDateTime": "2025-12-10T13:51:27.1187535-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": "f6b7969e-39a9-463a-b055-73f2fa155a1d",
  "TrainingClassAttendeeID": "42fcc764-2460-448d-bec5-137ce50af7f5",
  "TestDefinitionID": "4220c22e-26e7-4c98-8ccf-105267445779",
  "StartedDateTime": "2025-12-10T13:51:27.1187535-05:00",
  "CompletedDateTime": "2025-12-10T13:51:27.1187535-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}