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": "2797bd32-7dbf-4081-80a5-dae2908c9f35",
  "TrainingClassAttendeeID": "b9a89c92-402d-4771-a290-a227562a1bf4",
  "TestDefinitionID": "cdafa682-c421-4370-a522-1d580eb30993",
  "StartedDateTime": "2026-04-17T03:23:05.193485-04:00",
  "CompletedDateTime": "2026-04-17T03:23:05.193485-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": "44807dcc-854d-47ea-b794-85a668e1a158",
  "TrainingClassAttendeeID": "449fc697-b841-4483-a64b-1c43003d5c94",
  "TestDefinitionID": "8d700b2c-2317-4b76-b72d-4a0ee46db1a7",
  "StartedDateTime": "2026-04-17T03:23:05.193485-04:00",
  "CompletedDateTime": "2026-04-17T03:23:05.193485-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}