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": "3461af54-e3a3-4723-84c7-5dddb4215dc4",
  "TrainingClassAttendeeID": "f6c7dd32-107c-4e9e-a239-91dbd1d8ca9f",
  "TestDefinitionID": "4f601583-29e1-4209-9215-129fd500e9a4",
  "StartedDateTime": "2025-05-23T12:40:47.6201239-04:00",
  "CompletedDateTime": "2025-05-23T12:40:47.6201239-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": "9286e223-03dd-4475-9c83-526553a04e29",
  "TrainingClassAttendeeID": "b1377dae-0a45-4228-a460-29009f051834",
  "TestDefinitionID": "bb4904a1-0787-4817-8b68-0fd36770f2ee",
  "StartedDateTime": "2025-05-23T12:40:47.6211229-04:00",
  "CompletedDateTime": "2025-05-23T12:40:47.6211229-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}