Links may not function; however, this content may be relevant to outdated versions of the product.
Pega Collections ProcessWSRequest SOAP service
In Pega Customer Service™ for Financial Services, the ProcessWSRequest SOAP Service is used to trigger the strategy through the interaction; to determine the offer that needs to be sent to the customer.
In Pega Collections, the ProcessWSRequest SOAP service rule is designed to start, stop, or continue offer treatments. It is controlled by a service request parameter RequestType in one of the following ways:
- When the RequestType is set to InitiateOffer, ProcessWSRequest runs the specific offer that the customer in Collections has accepted.
- When the RequestType is set to StopOffer, ProcessWSRequest stops providing offer treatments to that customer. This occurs when a customer in Collections has made a Promise to Pay.
- When the RequestType is set to BrokenPromise, ProcessWSRequest runs the defined BrokenPromise offer flow on the collections contract strategy.
- When the RequestType is set to RTC, ProcessWSRequest runs the specific offer that the customer in Collections has agreed to or the RightToCure offer flow defined in the collections contact strategy.
OfferFlowName is only a necessary parameter when invoking the StopOffer request. It helps to identify the offer to stop. For other request parameters, see Collections ProcessNegotiateOfferRequest SOAP service.
The ProcessWSRequest SOAP service uses the service activity ProcessWSRequest. For more information, see Collections ProcessNegotiateOfferRequest SOAP service.
You can reference the sample data flow for GetCollectionOffer and its referenced strategy DetermineContactTreatment provided in the Pega Customer Decision Hub™ for Financial Services sample application for an example of a Collections strategy. For more details see Using Context Dictionary with Pega Collections and Sample Pega Collections rules.

Previous topic Configuring contexts in Pega Collections Next topic Pega Collections ProcessNegotiateOfferRequest SOAP service