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": "6f27ed61-b9cc-4c6a-9fb8-c4285fc87e97",
  "TrainingClassAttendeeID": "f2443317-7c97-4aee-b9de-e7cd04114ff7",
  "TestDefinitionID": "8c739852-3bab-44d2-aa2f-9c5fc429e4a1",
  "StartedDateTime": "2026-07-26T00:58:41.1163564-04:00",
  "CompletedDateTime": "2026-07-26T00:58:41.1163564-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": "a15a14b6-cb57-45ee-97b5-ee8b0a66c1b9",
  "TrainingClassAttendeeID": "43c280fc-7089-4706-81ed-0656a58c9a2f",
  "TestDefinitionID": "abaa68cc-b86b-44ca-8c44-289d24d5ab51",
  "StartedDateTime": "2026-07-26T00:58:41.1319819-04:00",
  "CompletedDateTime": "2026-07-26T00:58:41.1319819-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}