You are here:
Services that Call Rating Integration Procedures
When you create a rating Integration Procedure, think about what services call it. The services inform how you create the Integration Procedure and the structure of input and output data.
Some common services that rate products are:
-
InsProductService:getRatedProducts
This service fetches products and rates them, then returns them to the caller. It's often the service that first rates a product during a quote flow.
To learn about the options that can be set that could impact the rating Integration Procedure, see InsProductService:getRatedProducts.
-
InsProductService:getRatedGroupProducts
This service fetches large group and small group products and rates them, then returns them to the caller. It's often the service that first rates a product during a quote flow. To learn about the service options that can impact the rating Integration Procedure, see InsProductService:getRatedGroupProducts.
-
InsProductService:repriceProduct
This service calls the rating procedure to rerate products when a user makes changes to the insured items and coverages on a quote. To learn about the service options that can impact the rating Integration Procedure, see InsProductService:repriceProduct.
-
InsQuoteService:priceRootItem
This service rates a target root item on a quote. To learn about it, see InsQuoteService:priceRootItem.
-
InsQuoteService:updateQuoteLine
If the
repriceoption is set totrueon this service, it calls the rating procedure. To learn about it, see InsQuoteService:updateQuoteLine. -
InsEnrollmentService:getRatedProducts
This service fetches products and rates them for a specific enrollee and their dependents, then returns them to the caller. To learn about the service options that can impact the rating Integration Procedure, see InsEnrollmentService:getRatedProducts.

