POST api/TestDefinitions
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| testDefinition | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TestDefinitionID": "2a4337e1-edde-4de6-b477-582a7b9dbf3a",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-03-12T15:45:20.6927698-04:00",
"ActiveEndDateTime": "2026-03-12T15:45:20.6927698-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "a80ad612-ff32-4d35-83cc-545d405a0778"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TestDefinitionID": "40754177-d584-411d-9a6c-ed62cab9fb33",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-03-12T15:45:20.6927698-04:00",
"ActiveEndDateTime": "2026-03-12T15:45:20.6927698-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "b9e211e1-d066-4466-ad3c-e2e28904c9b1"
}