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": "a7dd1e9a-58fc-4644-8550-8d029775c7ff",
  "TrainingClassAttendeeID": "a2dbc068-3134-400c-8ea8-193f6dd320ef",
  "TestDefinitionID": "c3966119-b02a-4cf3-842a-f3c4cd1c2132",
  "StartedDateTime": "2025-07-10T20:29:05.9475462-04:00",
  "CompletedDateTime": "2025-07-10T20:29:05.9475462-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": "b3c6b710-ddfc-4b01-aa34-202cb03dc11b",
  "TrainingClassAttendeeID": "94609ab8-7553-4fc8-ad70-2c130902bd29",
  "TestDefinitionID": "811ef8f7-2fc3-4906-97c1-4f393f3bec7f",
  "StartedDateTime": "2025-07-10T20:29:05.9475462-04:00",
  "CompletedDateTime": "2025-07-10T20:29:05.9475462-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}