Policy Rule REST Endpoints
            
            Policy Rule
            
        
        
    PolicyRule is a set of rules that are used to manage and control the state and state transitions of one or more managed objects.
- Create a policy rule
 - Method: postPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/policyManagement/v5/policyRule - Create or update a policy rule
 - Method: putPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/policyManagement/v5/policyRule/{id} - Create or update an array of policy rules
 - Method: putPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/policyRules - Delete a policy rule
 - Method: deletePath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/policyManagement/v5/policyRule/{id} - Get a policy rule
 - Method: getPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/policyManagement/v5/policyRule/{id} - Get all policy rules
 - Method: getPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/policyManagement/v5/policyRule - Update a policy rule
 - Method: patchPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/policyManagement/v5/policyRule/{id}