...
Here you can find all available interceptor Method Names.
How to Use Interceptor Methods
On the top level of the JS file, you can declare multiple interceptor methods.
...
Interceptor Method Parameters
...
api
: is a common parameter for all interceptor methods , https://pricefx.atlassian.net/wiki/x/OACnRwE .
quoteAPI
: is only available in the Quoting module CLIC Method Interceptor API .
compensationPlanAPI
: is only available in the Sales Compensations module CLIC Method Interceptor API .
contractAPI
: is only available in the Agreements & Promotions module CLIC Method Interceptor API .
rebateAgreementAPI
: is only available in the Rebates module CLIC Method Interceptor API .
opportunityId
: is available in methods with action OpportunityAssign
.
...