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": "b3176fa7-0c25-4003-a200-b7da8f4e6bb9",
  "TrainingClassAttendeeID": "eef4656f-99d4-44e0-98a2-1b0b88f8b101",
  "TestDefinitionID": "7bf94ec1-b297-4c26-9e3b-1eef6e1a1f4d",
  "StartedDateTime": "2026-09-07T21:08:08.957557-04:00",
  "CompletedDateTime": "2026-09-07T21:08:08.957557-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": "7be94bc7-a626-422a-8eec-6091a4d0f7af",
  "TrainingClassAttendeeID": "bdb38863-3742-4036-8f6d-9c198f507cf2",
  "TestDefinitionID": "00a8ad47-cd37-4318-b5d9-f7fe13aa4ec4",
  "StartedDateTime": "2026-09-07T21:08:08.957557-04:00",
  "CompletedDateTime": "2026-09-07T21:08:08.957557-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}