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? |
---|---|---|
| Component ID | yes |
| Price parameter lookup table ID | no |
| Name of the price parameter lookup table; this name has to be unique and must exist. | no |
| Filter of records in the table. See also Filters Used with Fetch/Delete. | yes |
| Â | no |
Example of usage:
Available from 1.1.15
<pfx:filter id="filterPricingParameterValues">
<pfx:and/>
</pfx:filter>
<to uri="pfx-api:delete?objectType=LTV&filter=filterPricingParameterValues&pricingParameterName=test"/>
or with pricingParameterId
<to uri="pfx-api:delete?objectType=LTV&filter=filterPricingParameterValues&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