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": "371dd9bf-7e79-469f-adab-d611d0780fff",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-07-26T19:38:04.3512891-04:00",
"ActiveEndDateTime": "2026-07-26T19:38:04.3512891-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "e1b4ed92-1393-4397-a9a0-c6330492e2d9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TestDefinitionID": "7b3e5aa6-61d7-4010-9e4f-e20a7b463f4a",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-07-26T19:38:04.3512891-04:00",
"ActiveEndDateTime": "2026-07-26T19:38:04.3512891-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "6cbac79e-4a1c-410f-8e6c-526d31d72473"
}