pfx-api:delete, pfx:ppvDelete - Delete Price Parameter Values

This component is used to delete specified records from the price parameters table in Pricefx. The pricingParameterId attribute contains ID of the table which can be different in another partition. For this reason there is the attribute pricingParameterName which is used only if pricingParameterId is not used. The name of the table has to exist and be unique, otherwise the pricingParameterId is required.

Attributes

Description

Required?

Attributes

Description

Required?

id

Component ID

yes

pricingParameterId

Price parameter lookup table ID

no

pricingParameterName

Name of the price parameter lookup table; this name has to be unique and must exist.

no

filter

Filter of records in the table. See also Filters Used with Fetch/Delete.

yes

partitionPfxApi

 

no

Example of usage:

Available from 1.1.15

<pfx:filter id="filterPricingParameterValues"> <pfx:and/> </pfx:filter> <to uri="pfx-api:delete?objectType=LTV&amp;filter=filterPricingParameterValues&amp;pricingParameterName=test"/> or with pricingParameterId <to uri="pfx-api:delete?objectType=LTV&amp;filter=filterPricingParameterValues&amp;pricingParameterId=54576672"/>

 

Deprecated from 1.1.15

<pfx:filter id="filterPricingParameterValues"> <pfx:and/> </pfx:filter> <pfx:ppvDelete id="deletePricingParameterValues" pricingParameterId="31029" filter="filterPricingParameterValues"/>

IntegrationManager version 5.8.0