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": "e5e86085-db7c-44ac-a167-b88ba66af71e",
  "TrainingClassAttendeeID": "a6c99fa9-5065-4ca8-a270-afb037061ffd",
  "TestDefinitionID": "1fbbb19b-36ec-43cd-b19f-e0e717cdc65b",
  "StartedDateTime": "2026-05-12T21:06:09.2548266-04:00",
  "CompletedDateTime": "2026-05-12T21:06:09.2548266-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": "ca125335-8363-4235-a6f6-f1e3b530f79d",
  "TrainingClassAttendeeID": "829e6d6e-b5b5-43ef-baad-847f2c8d823f",
  "TestDefinitionID": "cac42f65-ccfd-4531-859d-fb8e0176855b",
  "StartedDateTime": "2026-05-12T21:06:09.2548266-04:00",
  "CompletedDateTime": "2026-05-12T21:06:09.2548266-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}