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": "36d5a00f-f30b-4007-a42e-59637b2833f1",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-01-24T10:14:16.5163221-05:00",
  "ActiveEndDateTime": "2025-01-24T10:14:16.5163221-05:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "a1cef008-3f1a-4c7d-8666-c1c8a13947a9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TestDefinitionID": "c8326173-c79f-4962-b8ae-7907365e5d9c",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-01-24T10:14:16.5163221-05:00",
  "ActiveEndDateTime": "2025-01-24T10:14:16.5163221-05:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "fe9a542d-f1d9-408a-a2f5-4eeba48d7efe"
}