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": "0ee4d5e4-303b-4194-a293-ce6469a0bae3",
  "TrainingClassAttendeeID": "fa51a740-14a6-417f-9fdf-5fc0c86a9d01",
  "TestDefinitionID": "82aca0a5-19b3-4025-a5da-15d664181c4f",
  "StartedDateTime": "2026-03-20T11:13:45.6566944-04:00",
  "CompletedDateTime": "2026-03-20T11:13:45.6566944-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": "6d8de7c8-4940-4b94-843a-c1d45b867f51",
  "TrainingClassAttendeeID": "4694fbdf-e67b-42ba-95b8-91326b0d3a99",
  "TestDefinitionID": "b56af0fc-cf82-416e-b2b7-7ff673b1088b",
  "StartedDateTime": "2026-03-20T11:13:45.6566944-04:00",
  "CompletedDateTime": "2026-03-20T11:13:45.6566944-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}