Quote Admin 24.3
February 7th, 2025
This release brings several improvements.
What's New
- The Offers section part of Quotes now displays the insured amount, excess, currency for each coverage part of the offer.
- The Audience Input is displayed in the Client Needs and Risk Details section of quotes for those created with the latest v24 version, and consequently with the new Product Factory. Quotes created in previous versions are still displayed with the Client DNT questions.
- Details such as amount insured, excess, currency are displayed for each sub-coverage in an offer, together with the main coverages. For example, Medical expenses coverage part of a travel insurance may have hospitalization attached as a sub-coverage, and now, its details are displayed in the offer.

APIs
Integration with Product Factory APIs and Decoupling from Proposal Configurator
To improve performance and reduce dependency on the Proposal Configurator, backoffice APIs have been refactored to use Product Factory APIs to process requests. As part of this change, several endpoints have been enhanced as follows:
- When calling the generateMasterQuote or FTOS_QA_GenerateQuote endpoint, populating the
productCategoryinput parameter now triggers the new processing logic based on Product Factory APIs. For backward compatibility, thequoteConfigCodeparameter remains available to continue supporting legacy calculations via Proposal Configurator. - The FTOS_QA_GenerateQuote endpoint now includes inputs for sub-coverages to support pricing calculations based on the Product Factory APIs. Use the
coverageandsubCoveragesfields in the optional input parameter to specify the relevant arguments for the Product Factory pricing formulas. - The FTOS_QA_GenerateQuote endpoint now includes inputs for the insured and excess amounts to support pricing calculations based on the Product Factory APIs. Use the
insuredAmount,excessValue, andexcessTypefields in the coverageMappings input parameter to specify the relevant arguments for the Product Factory pricing formulas.