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": "4923849a-1fba-4982-b2c6-962410b78c43",
  "TrainingClassAttendeeID": "4bf699b7-f113-4718-b431-e595d3e55865",
  "TestDefinitionID": "465ec703-df37-4d51-8e86-102aa5245fe1",
  "StartedDateTime": "2025-09-17T13:53:14.1019839-04:00",
  "CompletedDateTime": "2025-09-17T13:53:14.1019839-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": "6feffbb5-63aa-4e17-be00-b8c3778905d3",
  "TrainingClassAttendeeID": "5185dcbf-3a1f-4524-9ab6-1cf74289fed2",
  "TestDefinitionID": "04c4580d-fc58-4a68-a506-38359e0ae2b2",
  "StartedDateTime": "2025-09-17T13:53:14.1175812-04:00",
  "CompletedDateTime": "2025-09-17T13:53:14.1175812-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}