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": "430b3601-e635-4893-b624-ec80643742fe",
  "TrainingClassAttendeeID": "ceece3d8-84fc-412c-a56b-1873cf475c52",
  "TestDefinitionID": "7fb20ee1-381f-4324-b820-1febb866b135",
  "StartedDateTime": "2025-12-17T10:36:48.9755387-05:00",
  "CompletedDateTime": "2025-12-17T10:36:48.9755387-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": "a430f6c5-cc8d-4f41-86df-ea53e6fa74a0",
  "TrainingClassAttendeeID": "8c972148-11e2-4ad1-8518-af15c58b3141",
  "TestDefinitionID": "bbfa9dc3-f051-4d26-868e-f578a86ee621",
  "StartedDateTime": "2025-12-17T10:36:48.9755387-05:00",
  "CompletedDateTime": "2025-12-17T10:36:48.9755387-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}