Release Notes Archive

Note

This is a continuation of older release notes from the main release notes page.

April 8, 2024

Extension Data Constraints

Shortfall Management

Added new endpoints supporting the ability to write-off shortfalls in payments below a configured threshold:

These endpoints return ShortfallCreditResponse object(s).

Also, added the property shortfallCreditLocators to CreditDistributionResponse

Quote Groups

Added endpoints supporting Quote Groups:

Other changes:

Term Fetch

Added an endpoint to fetch all terms in a policy:

Installments

Policy Transaction Changes

Added an endpoint to update the change instructions for a policy transaction based on explicit updates to the new policy segment. This endpoint returns a standard PolicyTransactionResponse with the changeInstructions property updated:

Other Changes

April 1, 2024

Events

Elements

On ElementCreateRequest:

  • Removed the properties locator, tenantLocator, and rootLocator.

  • Marked the properties staticLocator and elements as optional.

On ElementResponse:

  • Marked the properties staticLocator, rootLocator, and elements as optional.

Payments, Credit Distributions, and Disbursements

Installments

  • Added properties reversalOfInstallmentLocator and reversedByInstallmentLocator to InstallmentResponse

  • Added properties reversalOfInstallmentItemLocator and reversedByInstallmentItemLocator to InstallmentItemResponse

Plans and Prferences

Constraints

  • Changed the ConditionValue entity to use staticLocator instead of elementLocator for referencing elements.

Resource Groups

  • Marked the selectionStartTime property as Required.

Accounting

  • On AccountLineItem Changed the properties refLocator, refType and type to referenceLocator, refType, and accountingType, respectively.

  • On AccountingTransactionResponse, changed the properties transactionLocator, transactionNote, and transactionTime to faTransactionLocator, faTransactionNote, and faTransactionTime, respectively.

  • On LedgerAccountLineItem, changed the properties txnLocator, txnNote, entryType, and txnTime to faTransactionLocator, faTransactionNote, accountingType, and faTransactionTime respectively.

March 27, 2024

Policy Service

Billing Service

Platform

Configuration

Note

The Fetch Dependency Map for Policy Transaction endpoint is part of Constraint Tables, an upcoming feature. Details will be provided within the next few days.

March 20, 2024

New Endpoints

Path Change

The Fetch All Holds for an Account endpoint has changed its path:

from /billing/{tenantLocator}/holds/{accountLocator}/list

to /billing/{tenantLocator}/holds/accounts/{accountLocator}/list

Constraint Tables

Note

Constraint Tables are part of an upcoming feature to facilitate UI development and validation. This feature is not yet ready for use.

These endpoints have been added:

Other Changes

  • Added the properties dayOfWeek, explicitAnchorDate, and weekOfMonth to InstallmentSettings

  • Added the property constraintTables to ConfigurationRef

  • Added the properties constraint and propertyScopes to PropertyRef

  • Added the property graceStartedAt to DelinquencyResponse, and renamed state to delinquencyState

  • Renamed the property state on DisbursementResponse to disbursementState

  • Renamed the property state on PaymentResponse to paymentState

  • Removed the POST /billing/{tenantLocator}/invoices/{locator}/delinquencies endpoint

March 13, 2024

Credit Distributions

Added these endpoints:

Added these entities:

Billing Holds

Added these endpoints:

Added these entities:

Billing Triggers

Billing triggers (either on accepted or on issued) are moving from billing plans to quotes and policies themselves.

Search

  • Changed the searchType on SearchRequest to be called searchEntityType.

  • Removed the fetchSearchConfiguration endpoint along with the EntitySearchConfiguration, SearchConfiguration, and SearchSummaryResponse endpoints.

  • Removed the searchSummary response from SearchResultResponse

Other Changes

March 6, 2024

Static Data

Added a feature to associate “static” data with Quotes and Policies. This is data that lives outside the existing extension data for these entities, and is managed outside of policy transactions. It currently doesn’t require configuration but is otherwise structured like normal extension data.

New endpoints:

Also added the property static to QuoteResponse, QuoteCreateRequest, PolicyResponse, and PolicySnapshotResponse

Note

The POST versions of the above endpoints differ from PUT in that they will fail if there is already static data on the entity at the time of the request.

Search

Integrated the new Enterprise Core search service.

New endpoints:

New entities:

Webhook Failure Handling

Functionality to handle failed webhook events has been added.

New endpoints:

New entities:

Other changes:

Passwords

Other Changes

February 28, 2024

Disbursements

Added a new Disbursements controller, including endpoints:

Added entities:

Added configuration for:

Other Changes

February 23, 2024

  • Marked the baseLapseOn and lapseConflictHandling properties of the configuration item DelinquencyPlanRef as deprecated. These will be removed in an upcoming release.

February 21, 2024

February 8, 2024

Changed Endpoints

Changed Entities

February 6, 2024

Added Endpoints

Removed Endpoints

  • issueNextInvoiceForAccount

  • fetchLedgerAccountLineItems

Added Entities

Changed Entities

  • PaymentResponse has new property currency

  • InstallmentItemResponse has property staticElementLocator renamed to staticElementLocator

  • InvoiceItemResponse has the types of properties chargeCategory and chargeType both changed to string

  • InstallmentResponse has these properties renamed:

    • generateDate => generateTime

    • dueDate => dueTime

    • installmentStartDate => installmentStartTime

    • installmentEndDate => installmentEndTime

  • InstallmentLatticeFrame has these properties renamed:

    • generationDate => generateTime

    • dueDate => dueTime

    • installmentStart => installmentStartTime

    • installmentEnd => installmentEndTime

    • coverageStart => coverageStartTime

    • coverageEnd => coverageEndTime

  • ConfigurationRef has removed property defaults