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": "7dd1cab6-a077-4ab8-a46a-679217cc1251",
  "TrainingClassAttendeeID": "4fa0f9c4-bd55-48aa-8877-01a955985c1f",
  "TestDefinitionID": "7bd82e9e-b9f1-4286-96ca-590ba21e2a73",
  "StartedDateTime": "2025-09-13T13:51:22.1753639-04:00",
  "CompletedDateTime": "2025-09-13T13:51:22.1753639-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": "6c905be7-3404-4b89-9c67-2fac213c711c",
  "TrainingClassAttendeeID": "ab0915e2-36d1-4bc2-a2c7-f24e56da9a16",
  "TestDefinitionID": "2c50b0c0-7ff2-4a15-81a0-b3e4af9b6318",
  "StartedDateTime": "2025-09-13T13:51:22.1909857-04:00",
  "CompletedDateTime": "2025-09-13T13:51:22.1909857-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}