eclipse-tractusx / portal

Portal - Helm charts
Apache License 2.0
7 stars 7 forks source link

Change of the Portal App BPDM host URL(s) #248

Closed jjeroch closed 2 months ago

jjeroch commented 3 months ago

Summary BPDM has introduced new API endpoints which result to an breaking change on Portal side:

Details see below


Partner Network

Old Endpoint: https://business-partners.int.demo.catena-x.net/pool/legal-entities?page=0&size=10

New Endpoint: https://business-partners.int.demo.catena-x.net/pool/v6/legal-entities?page=0&size=10

Request Body Change is not expected. Change: Breaking type on BPDM Level => Breaking


Registration App

Old Endpoint: GET https://business-partners.{env}.demo.catena-x.net/pool/legal-entities/{BPNLValue}idType=BPN

New Endpoint: GET https://business-partners.{env}.demo.catena-x.net/pool/v6/legal-entities/{BPNLValue}idType=BPN

NOTE - the change has breaking changes included which are managed under ticket https://github.com/eclipse-tractusx/portal-backend/issues/632