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": "57b0c58a-fd74-40d1-8938-181890332886",
  "TrainingClassAttendeeID": "5990058d-8acb-40b1-8c44-430f44c089a7",
  "TestDefinitionID": "07f6d5d2-3d0c-47d6-b04d-01d3f6a75005",
  "StartedDateTime": "2026-03-10T19:48:08.265392-04:00",
  "CompletedDateTime": "2026-03-10T19:48:08.265392-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": "cea3c32e-3f4e-4b01-a68e-ff16a1282b0d",
  "TrainingClassAttendeeID": "3429bad0-3283-4eb1-9c4a-5798d6832990",
  "TestDefinitionID": "d5a41ab1-034f-48aa-927c-61cf84fd23bd",
  "StartedDateTime": "2026-03-10T19:48:08.265392-04:00",
  "CompletedDateTime": "2026-03-10T19:48:08.265392-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}