We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External Service details are missing from the following API response
API: /api/services/{serviceId}/subscription/{subscriptionId}/provider Method: GET Response Data:
{ "id": "db1a7759-cc33-4a9a-a5c8-f89430886af9", "offerSubscriptionStatus": "ACTIVE", "name": "Jupiter Test Pumpkin", "customer": "Jupiter Test2 V", "bpn": "BPNL00000000071A", "contact": [ "[email protected]" ], "technicalUserData": [ { "id": "a8962456-56bb-43e5-bd95-ee0b1115216b", "name": "sa30", "permissions": [ "BPDM Pool Admin" ] } ] }
Phil has worked and responded External Service Details for Apps only. eclipse-tractusx/portal-backend#867 #385
External Service details should be available as frontend is expecting External Service Details on UI. eclipse-tractusx/portal-frontend#940
eclipse-tractusx/portal-backend#1080
The text was updated successfully, but these errors were encountered:
fix: add config values for external service information
bcbc3ab
Ref: eclipse-tractusx#459
tfjanjua
No branches or pull requests
Current Behavior
External Service details are missing from the following API response
API: /api/services/{serviceId}/subscription/{subscriptionId}/provider
Method: GET
Response Data:
Phil has worked and responded External Service Details for Apps only.
eclipse-tractusx/portal-backend#867
#385
Expected Behavior
External Service details should be available as frontend is expecting External Service Details on UI.
eclipse-tractusx/portal-frontend#940
Steps To Reproduce
Corresponding Backend Ticket
eclipse-tractusx/portal-backend#1080
The text was updated successfully, but these errors were encountered: