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": "5cb80ed4-260b-450a-a8a8-77ab19ffab75",
  "TrainingClassAttendeeID": "0187713e-6d2c-4ec9-9c18-0ae5e1d0c101",
  "TestDefinitionID": "85cc4872-2a96-4f39-967c-7f5cbe3fdec0",
  "StartedDateTime": "2025-10-09T09:48:01.3717376-04:00",
  "CompletedDateTime": "2025-10-09T09:48:01.3717376-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": "beeb1d96-ecc6-4583-aff3-75ef3684f365",
  "TrainingClassAttendeeID": "94ea1ec8-00b2-4456-9d90-cef4fa90658e",
  "TestDefinitionID": "2691e43f-93e6-41cd-9f46-c63e227ef326",
  "StartedDateTime": "2025-10-09T09:48:01.3717376-04:00",
  "CompletedDateTime": "2025-10-09T09:48:01.3717376-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}