Event Activation
Activate event generation for the selected location using this Activation Switch defines the high-level administrative settings for the selected location. It takes precedence over any conflicting policies. Event generation does not happen unless you activate it.
JSON Table
Attribute | Data Type | Description |
---|---|---|
policyCreatedAtLocId | application/json | ID of the location where policy is created. The value is of the type Location ID JSON. |
policyType | enum | Policy type used to identify policy, for event configuration it is EVENT_CONFIGURATION_POLICY |
recursiveApply | boolean | A true or false value indicating whether event generation is activated or deactivated at the current location. |
eventGenerationActivated | boolean | A true or false value indicating whether the policy is to be recursively applied to all children. |
Copy Sample JSON
Sample JSON
{ "policyCreatedAtLocId": { "type": "locallocationid", "id": 0 }, "policyType": "EVENT_ACTIVATION_POLICY", "recursiveApply": false, "eventGenerationActivated": true }
API Calls
/V5/configuration/locationproperty/eventactivation
/V5/configuration/locationproperty/eventactivation