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": "04befd9f-e2da-4847-890d-2e72684650ef",
  "TrainingClassAttendeeID": "303eab6e-0ae0-4e1f-b277-acd180d2d00c",
  "TestDefinitionID": "602e3ace-688c-4907-b379-1d28b2f04156",
  "StartedDateTime": "2026-05-05T01:00:19.4204697-04:00",
  "CompletedDateTime": "2026-05-05T01:00:19.4204697-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": "ce69108d-065e-47fe-b58f-2009c287a3b5",
  "TrainingClassAttendeeID": "b15e05a5-1f6f-4e7a-ad5e-d22be288409f",
  "TestDefinitionID": "030a5246-f2be-4866-bb7f-b8f4f128163a",
  "StartedDateTime": "2026-05-05T01:00:19.4359938-04:00",
  "CompletedDateTime": "2026-05-05T01:00:19.4359938-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}