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": "6e3f6a4f-9c47-468e-8c7e-8e5a102f7727",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-05-09T02:29:00.8299069-04:00",
  "ActiveEndDateTime": "2025-05-09T02:29:00.8299069-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "f8a4fdff-13c0-4195-943b-d86da091f0d8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TestDefinitionID": "e755c48d-b28f-4a62-85be-4d662f5f091b",
  "TestName": "sample string 2",
  "ActiveStartDateTime": "2025-05-09T02:29:00.8329056-04:00",
  "ActiveEndDateTime": "2025-05-09T02:29:00.8329056-04:00",
  "RequiredQuestionCount": 3,
  "PassingQuestionCount": 4,
  "Deleted": true,
  "CompanyID": "c5fcf96d-a560-4795-a8a9-4cdd92333d73"
}