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": "7693495c-9373-46e7-abba-20326116f2da",
  "TrainingClassAttendeeID": "9d03e673-77c0-42c6-b9a2-16088f7f2c16",
  "TestDefinitionID": "eb2190a3-bc9b-4b9c-bd31-e40c6b525ff9",
  "StartedDateTime": "2026-04-24T05:10:13.9281134-04:00",
  "CompletedDateTime": "2026-04-24T05:10:13.9281134-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": "69cca9ad-20df-46cb-b5bd-d2ec88c3a6f0",
  "TrainingClassAttendeeID": "6ead2608-8db8-42ff-bd45-39ef8d31ffd6",
  "TestDefinitionID": "8fbbdc6c-9d3e-481f-8ae8-15c04e2eaa37",
  "StartedDateTime": "2026-04-24T05:10:13.9281134-04:00",
  "CompletedDateTime": "2026-04-24T05:10:13.9281134-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}