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": "29e5295b-876e-4df5-be3f-0203af03def2",
  "TrainingClassAttendeeID": "f3cf94d7-aa9a-4b43-9c5d-db713c1fa46b",
  "TestDefinitionID": "30f8eab3-a7f2-4c80-b89e-63ae0ffd46f2",
  "StartedDateTime": "2026-06-29T07:05:36.6615969-04:00",
  "CompletedDateTime": "2026-06-29T07:05:36.6615969-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": "97e9d901-e39f-4290-9a02-ff889803cf2d",
  "TrainingClassAttendeeID": "ad279482-6ba0-4b0f-a472-409e14ce1b1c",
  "TestDefinitionID": "76f20dde-f0f9-4cae-98b5-56300fc48869",
  "StartedDateTime": "2026-06-29T07:05:36.6772239-04:00",
  "CompletedDateTime": "2026-06-29T07:05:36.6772239-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}