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: postPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification - Create or update a pricing logic algorithm specification
- Method: putPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification/{id} - Create or update an array of pricing logic algorithm specifications
- Method: putPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecifications - Delete a pricing logic algorithm specification
- Method: deletePath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification/{id} - Get a pricing logic algorithm specification
- Method: getPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification/{id} - Get all pricing logic algorithm specifications
- Method: getPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification - Update a pricing logic algorithm specification
- Method: patchPath:
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/pricingLogicAlgorithmSpecification/{id}