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": "ec2096cc-3758-4bf5-bd8d-fe13813d1a49",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-06-11T15:06:52.1220231-04:00",
"ActiveEndDateTime": "2026-06-11T15:06:52.1220231-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "a09e6809-d4dc-4483-bf43-bbf82583d24a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TestDefinitionID": "8bc4be06-9321-49a0-8e86-e2a9d0f7aecd",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-06-11T15:06:52.1220231-04:00",
"ActiveEndDateTime": "2026-06-11T15:06:52.1220231-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "f32510a9-c343-425b-aa3d-aed78c2b86fe"
}