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": "baaa59c0-9c60-4ff5-8fca-25350fafa786",
  "TrainingClassAttendeeID": "b2ce2b10-2244-4223-b9c9-10625825f11f",
  "TestDefinitionID": "1cd2573f-2b4c-485f-8f2f-b8ebb22f6874",
  "StartedDateTime": "2026-02-25T08:06:04.4490923-05:00",
  "CompletedDateTime": "2026-02-25T08:06:04.4490923-05: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": "acc8c0ad-2e94-4173-8ad1-20602bae70df",
  "TrainingClassAttendeeID": "c9b3a508-6020-456f-b139-3d17583d5e33",
  "TestDefinitionID": "5b4f0780-a3f8-429a-89f9-cae11d7c401f",
  "StartedDateTime": "2026-02-25T08:06:04.4647339-05:00",
  "CompletedDateTime": "2026-02-25T08:06:04.4647339-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}