Pricing Logic Algorithm Specifications REST Endpoints

Pricing Logic Algorithm Specifications
The Pricing Logic Algorithm Specifications (PLA Specifications) resource lets you view, create, update, and delete PLA specifications. PLA specifications support parameterized black-box pricing algorithms, including OneTimePLASpec, RecurringPLASpec, and UsagePLASpec.
Create a pricing logic algorithm specification
Method: post
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification
Create or update a pricing logic algorithm specification
Method: put
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification/{id}
Create or update an array of pricing logic algorithm specifications
Method: put
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecifications
Delete a pricing logic algorithm specification
Method: delete
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification/{id}
Get a pricing logic algorithm specification
Method: get
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification/{id}
Get all pricing logic algorithm specifications
Method: get
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification
Update a pricing logic algorithm specification
Method: patch
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification/{id}