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": "b7394ac4-fec6-49fa-a5f2-fd93df8765ff",
  "TrainingClassAttendeeID": "48f3c9d2-d9ee-4bb2-ba21-d7908df71b51",
  "TestDefinitionID": "ed5a7da1-884f-4aef-adbf-c26c472e988f",
  "StartedDateTime": "2026-08-10T13:48:12.6137619-04:00",
  "CompletedDateTime": "2026-08-10T13:48:12.6137619-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": "c0bfc8d1-18fc-4b6e-8ac0-d1bf80dfce9a",
  "TrainingClassAttendeeID": "2b8ce75d-550c-4838-a01e-c4a3adee0231",
  "TestDefinitionID": "b86eab09-6dab-4d76-a575-cc5297e7e6c3",
  "StartedDateTime": "2026-08-10T13:48:12.7856423-04:00",
  "CompletedDateTime": "2026-08-10T13:48:12.7856423-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}