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": "4f304d9f-30f0-49f9-abf2-3d98d5064c44",
  "TrainingClassAttendeeID": "5fa86cbb-0b5a-4dda-baa5-33efed9f6973",
  "TestDefinitionID": "8179fa63-0bbc-47f8-b97a-0326e0ad19d0",
  "StartedDateTime": "2026-01-01T15:43:26.8811053-05:00",
  "CompletedDateTime": "2026-01-01T15:43:26.8811053-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": "af977786-7622-42d9-93f7-d1497303bcd1",
  "TrainingClassAttendeeID": "8699283c-de2c-41ba-a422-ddc20b19ffe2",
  "TestDefinitionID": "efc036fb-c290-456f-8311-0333030e7c6d",
  "StartedDateTime": "2026-01-01T15:43:26.8811053-05:00",
  "CompletedDateTime": "2026-01-01T15:43:26.8811053-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}