Stream Services are an Open-Source accelerator to connect with Backbase "out-of-the-box" components responsible for orchestrating calls to Banking Services.
Arrangement Manager API has been updated to V3, impacting its dependencies as follows:
User Preferences Update Operations: These operations are no longer available. Since they were internal, the related POST and PUT endpoints have been removed. Consequently, any processes that involved creating or updating User Preferences have also been eliminated.
Arrangement Batch Upsert Operation: This operation has been removed from the service-api layer and is now only available in the integration-api layer. It is primarily used for data ingestion by banks into Backbase’s platform. All data ingestion streams now use the integration-api for this purpose. The only change required is to use a different endpoint.
Retrieving Arrangements: In V3, calls to retrieve a list of arrangements or an arrangement by ID can now be made using the new POST /service-api/v3/arrangements/searches endpoint. This endpoint provides multiple ways to retrieve arrangements through a single API call.
Product Kind Operations: Only GET operations are now available for Product Kinds. The database management has been deprecated, as Product Kind data is now maintained statically through a YAML settings file in Arrangement Manager. As a result, POST and PUT endpoints are no longer available.
Checklist
[X] I made sure, I read CONTRIBUTING.md to put right branch prefix as per my need.
Description
Arrangement Manager API has been updated to
V3
, impacting its dependencies as follows:POST
andPUT
endpoints have been removed. Consequently, any processes that involved creating or updating User Preferences have also been eliminated.V3
, calls to retrieve a list of arrangements or an arrangement byID
can now be made using the newPOST /service-api/v3/arrangements/searches
endpoint. This endpoint provides multiple ways to retrieve arrangements through a single API call.GET
operations are now available for Product Kinds. The database management has been deprecated, as Product Kind data is now maintained statically through aYAML
settings file in Arrangement Manager. As a result,POST
andPUT
endpoints are no longer available.Checklist