POST api/TestDefinitions

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
testDefinition
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TestDefinitionID": "33204d8b-6d69-4c18-9ac7-3e2e3aef5fec",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-10-29T04:23:55.5063817-04:00",
  "ActiveEndDateTime": "2025-10-29T04:23:55.5063817-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "edb10a51-33ef-4aa4-8c23-d080bde8e9d7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TestDefinitionID": "8aba4a9c-9a64-45c0-a854-f4707c109ee0",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-10-29T04:23:55.5063817-04:00",
  "ActiveEndDateTime": "2025-10-29T04:23:55.5063817-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "cf210033-b1c8-4df2-bbfc-824be4434fba"
}