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": "a7378e9d-e881-400e-8073-69c512a801b7",
  "TrainingClassAttendeeID": "742386a8-2aa4-470a-bc97-90edfa10064a",
  "TestDefinitionID": "b1a920a6-0a2d-4e2e-9670-c54a7bf78e68",
  "StartedDateTime": "2025-12-05T16:53:13.76422-05:00",
  "CompletedDateTime": "2025-12-05T16:53:13.76422-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": "6fa74d08-21c1-4fe2-b247-750fb23dbbb2",
  "TrainingClassAttendeeID": "0227097b-b21c-4b17-8aa1-3f32a9bb6a8c",
  "TestDefinitionID": "17e56cba-2363-4d5b-bc6e-49db8da14790",
  "StartedDateTime": "2025-12-05T16:53:13.76422-05:00",
  "CompletedDateTime": "2025-12-05T16:53:13.76422-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}