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": "e0591125-2454-4846-a013-fa174dc96fb1",
"TestName": "sample string 2",
"ActiveStartDateTime": "2025-12-14T09:29:58.981676-05:00",
"ActiveEndDateTime": "2025-12-14T09:29:58.981676-05:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "f2de278a-22ec-4185-8a4d-b8228fd53643"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TestDefinitionID": "77ea1f48-111b-4439-90ad-f53972cea239",
"TestName": "sample string 2",
"ActiveStartDateTime": "2025-12-14T09:29:58.981676-05:00",
"ActiveEndDateTime": "2025-12-14T09:29:58.981676-05:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "9c91f97d-05d5-450b-9990-c0b6a933e421"
}