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": "636e1e96-5564-49bb-a227-29887cf34742",
  "TrainingClassAttendeeID": "53de5162-7e4d-424c-8a70-9a84255a9f1a",
  "TestDefinitionID": "e5c759fb-5a78-459f-b8bc-be5699c332b1",
  "StartedDateTime": "2026-04-23T22:27:07.0619978-04:00",
  "CompletedDateTime": "2026-04-23T22:27:07.0619978-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": "2ea9c5dd-fa5e-4d19-86ff-33daaad1cccb",
  "TrainingClassAttendeeID": "56ff45eb-db67-4072-b281-f358a1633b7a",
  "TestDefinitionID": "4923636c-73db-4cf5-914f-8ed538e7f5e3",
  "StartedDateTime": "2026-04-23T22:27:07.2338673-04:00",
  "CompletedDateTime": "2026-04-23T22:27:07.2338673-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}