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": "7139b5b9-d208-4e8d-86af-902e23cc65e3",
  "TrainingClassAttendeeID": "d2d3315d-3344-42c9-9e9a-5c26cdf17c6e",
  "TestDefinitionID": "fe1299da-b1d4-4544-8dfa-cab52d772a2c",
  "StartedDateTime": "2026-07-13T11:02:13.7994366-04:00",
  "CompletedDateTime": "2026-07-13T11:02:13.7994366-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": "9bacc8a6-9ac4-40f8-8a94-be64967d5269",
  "TrainingClassAttendeeID": "1d18ef3b-cb05-4257-91ff-2a90ba54b20b",
  "TestDefinitionID": "89a7028b-c114-41bd-ae08-c55159459778",
  "StartedDateTime": "2026-07-13T11:02:13.8150611-04:00",
  "CompletedDateTime": "2026-07-13T11:02:13.8150611-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}