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": "0a6ce145-fc52-435c-b5e9-d748619a7b69",
  "TrainingClassAttendeeID": "186fa219-a0bf-430d-9eb2-80ae69dfd29d",
  "TestDefinitionID": "f7f911ff-7abf-4d8c-a96c-f18da2f67fa4",
  "StartedDateTime": "2025-12-01T08:33:34.6201243-05:00",
  "CompletedDateTime": "2025-12-01T08:33:34.6201243-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": "41db8459-81fb-4197-bdcc-f2cb8f22418d",
  "TrainingClassAttendeeID": "3e7b09e2-2cf0-46e0-9c8c-ce2e57ca886c",
  "TestDefinitionID": "61d68bc6-ee48-4716-a7f3-009acf1cbc44",
  "StartedDateTime": "2025-12-01T08:33:34.6201243-05:00",
  "CompletedDateTime": "2025-12-01T08:33:34.6201243-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}