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": "dc8c6b70-221a-437c-bb2c-f7fe9760254a",
  "TrainingClassAttendeeID": "e6b2372d-7aad-44ba-bb07-16cfa5d29a18",
  "TestDefinitionID": "7ffacd24-16c7-4235-8e8b-f1cc4bcf4c9a",
  "StartedDateTime": "2024-11-21T03:35:37.1087537-05:00",
  "CompletedDateTime": "2024-11-21T03:35:37.1087537-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": "8618c351-8435-48bd-895e-bd3ccf840340",
  "TrainingClassAttendeeID": "e6cde137-509e-4d24-9d83-402958e69d9b",
  "TestDefinitionID": "d3184f50-b222-4189-b0e9-24d4055724d7",
  "StartedDateTime": "2024-11-21T03:35:37.1137522-05:00",
  "CompletedDateTime": "2024-11-21T03:35:37.1137522-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}