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": "d84b7b56-2e52-4073-b14e-eb5f940f200a",
  "TrainingClassAttendeeID": "d4e739dc-490d-45a8-8fcb-ea88a6a24932",
  "TestDefinitionID": "c0638a69-09a9-4fab-8a10-31c83b62d355",
  "StartedDateTime": "2024-10-05T21:53:42.5931689-04:00",
  "CompletedDateTime": "2024-10-05T21:53:42.5931689-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": "a587f1fc-642b-486c-aa6d-8db063548b04",
  "TrainingClassAttendeeID": "843acb24-3dcb-47c8-a5ac-418e7c9ce6d2",
  "TestDefinitionID": "2a7e45d9-4c4d-4c2f-82ad-3c3eacf6a75e",
  "StartedDateTime": "2024-10-05T21:53:42.5981711-04:00",
  "CompletedDateTime": "2024-10-05T21:53:42.5981711-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}