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": "727bda0e-79c6-4f57-a8e2-f2ff11ccb26c",
  "TrainingClassAttendeeID": "8ca6ef0c-be6a-425b-9d58-2388c983f056",
  "TestDefinitionID": "31f79995-5e86-4e67-8ff2-95d3494b4eba",
  "StartedDateTime": "2026-04-03T20:56:10.6746687-04:00",
  "CompletedDateTime": "2026-04-03T20:56:10.6746687-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": "955924c0-6bda-41fe-9ec6-5493f1c6d62a",
  "TrainingClassAttendeeID": "0f021c21-6b83-4b69-9cc4-f151426d8867",
  "TestDefinitionID": "b9b29336-0800-4be3-a2db-4202422eb1d6",
  "StartedDateTime": "2026-04-03T20:56:10.6746687-04:00",
  "CompletedDateTime": "2026-04-03T20:56:10.6746687-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}