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": "03503b02-6a20-42bb-93cb-e5ff85756e68",
  "TrainingClassAttendeeID": "9fe91c8c-e8e4-4c82-8fce-7de453153752",
  "TestDefinitionID": "a5f2a8c0-d1d7-4f65-bb03-dd5b4881934c",
  "StartedDateTime": "2026-01-16T12:24:13.8174887-05:00",
  "CompletedDateTime": "2026-01-16T12:24:13.8174887-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": "162c61af-df65-4b46-b5ec-9256a47a2cde",
  "TrainingClassAttendeeID": "1782c3d5-97bf-436f-8d63-5ac6385d6bcd",
  "TestDefinitionID": "ff124641-639c-4dca-af5e-fcc850fff028",
  "StartedDateTime": "2026-01-16T12:24:13.8174887-05:00",
  "CompletedDateTime": "2026-01-16T12:24:13.8174887-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}