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": "d1889394-869e-43eb-9b7e-21b8d086e622",
  "TrainingClassAttendeeID": "20490560-173e-464d-a9b6-207f01563c91",
  "TestDefinitionID": "96c1c280-16c2-43fb-b94d-7664c472e574",
  "StartedDateTime": "2025-12-09T21:27:13.3836642-05:00",
  "CompletedDateTime": "2025-12-09T21:27:13.3836642-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": "a30e3495-7428-45b2-bd87-04ca1f576053",
  "TrainingClassAttendeeID": "5c267c84-ab35-4efc-baaf-509951c5e2db",
  "TestDefinitionID": "af00c2bc-5344-4c31-9004-d5b07f994da7",
  "StartedDateTime": "2025-12-09T21:27:13.3836642-05:00",
  "CompletedDateTime": "2025-12-09T21:27:13.3836642-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}