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": "127c5c7f-7ee1-4127-b817-6ed7f8c6ad18",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-07-04T04:46:27.7011559-04:00",
  "ActiveEndDateTime": "2025-07-04T04:46:27.7011559-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "3b4e866a-1e46-452d-bce3-07d3b6eb1f7d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TestDefinitionID": "2126be28-9610-4e3d-b470-8467fee6aaa3",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-07-04T04:46:27.7051503-04:00",
  "ActiveEndDateTime": "2025-07-04T04:46:27.7051503-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "669cab7d-063f-4aeb-880f-b649f8d8711c"
}