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": "5ed992dc-3eab-4480-bf78-e2e531d55f01",
  "TrainingClassAttendeeID": "83f730fd-119a-41e3-b734-b5f55666b836",
  "TestDefinitionID": "4495eaaa-4f60-4677-b12a-d5a2a11e02ce",
  "StartedDateTime": "2026-03-21T12:45:14.6845577-04:00",
  "CompletedDateTime": "2026-03-21T12:45:14.6845577-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": "446a7d66-e67b-4ff9-aa41-84d942d9950d",
  "TrainingClassAttendeeID": "59f38ca4-fabc-4ede-b840-d88f9402b645",
  "TestDefinitionID": "a64f4034-7220-445e-92d4-176117dc7c67",
  "StartedDateTime": "2026-03-21T12:45:14.6845577-04:00",
  "CompletedDateTime": "2026-03-21T12:45:14.6845577-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}