Changes in Version 1.8

Breaking Changes

  • Creating a new PreQuote using endpoint POST /api/products/{{productId}}/preQuote will now also create a new Underwriting session and Session Id will be returned as a part of create PreQuote response,
  • Based on updates to create PreQuote endpoint mentioned above, endpoint for creating a PreQuote Underwriting session POST /api/preQuotes/{{preQuoteId}}/uwSessions will be removed in version 1.9.
  • Creating a new Policy using endpoint POST /api/quotes/{{quoteId}}/policies will now create a new Underwriting session if UW is required and Session Id will be returned as a part of create Policy response,
  • Based on updates to create Policy endpoint mentioned above, endpoint for creating a Policy Underwriting session POST /api/policies/{{policyId}}/uwSessions will be removed in version 1.9.

Changes in existing endpoints

  • POST documents/{{instanceId}}/actions/sendEmailsWithDocuments endpoint changed to documents/{{instanceId}}/actions/generateDocumentsAndEmails. Due to fact this endpoint was not used and was not functional, we have changed internal logic so endpoint now can be used to generate emails and documents for PreQuote, Quote and Policy as well.
  • GET /api/documents/{{instanceId}}/booklets/trigger/{{name}}, GET /api/documents/{{instanceId}}/booklets/{{types}} and GET /api/documents/{{instanceId}}/booklets will now accept both Instance Id (quote, policy...) and Aggregate Id (product) in path.