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": "fee9f112-d9dd-46a0-aa3e-3d80166becee",
  "TrainingClassAttendeeID": "fe8f7713-a1e7-4eac-af84-4a3ecf287e65",
  "TestDefinitionID": "aedc5e28-72b8-4848-8554-e0631ec150a8",
  "StartedDateTime": "2026-04-19T12:27:39.3214355-04:00",
  "CompletedDateTime": "2026-04-19T12:27:39.3214355-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": "cfbaf82d-e1fc-4dbf-b62b-3841b012666a",
  "TrainingClassAttendeeID": "29cfb9ff-5dc5-4787-8cbe-94ef97f51617",
  "TestDefinitionID": "04d3980a-3ded-4375-bd15-b6bc1340b5f9",
  "StartedDateTime": "2026-04-19T12:27:39.4776819-04:00",
  "CompletedDateTime": "2026-04-19T12:27:39.4776819-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}