Skip to content
New issue

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

Update all apis to return company short name #1259

Open
31 tasks
dhiren-singh-007 opened this issue Feb 4, 2025 · 0 comments
Open
31 tasks

Update all apis to return company short name #1259

dhiren-singh-007 opened this issue Feb 4, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@dhiren-singh-007
Copy link
Contributor

Description

As a frontend user, I want to get the legal name and short legal name from the following APIs so that it would be flexible to show the names according to need.
Some companies can have very long names, so it would be best to show a short name in the front end.

Acceptance Criteria

Apps Api

  • api/apps/active should return provider's short name, i.e providerShortName
  • api/apps/business should return provider's short name, i.e providerShortName
  • api/apps/{appId} should return provider's short name, i.e providerShortName
  • api/apps/provided should return provider's short name, i.e providerShortName
  • api/apps/subscribed/subscription-status should return provider's short name, i.e providerShortName
  • api/apps/{appId}/subscription/{subscriptionId}/provider should return customer's short name, i.e customerShortName
  • api/apps/{appId}/subscription/{subscriptionId}/subscriber should return provider's short name, i.e providerShortName
  • api/apps/subscribed/activesubscriptions should return provider's short name, i.e providerShortName
  • api/apps/appreleaseprocess/{appId}/appStatus should return provider's short name, i.e providerShortName
  • api/apps/appreleaseprocess/inReview should return provider's short name, i.e providerShortName
  • api/apps/appreleaseprocess/inReview/{appId} should return provider's short name, i.e providerShortName

Services Api

  • api/services/active should return provider's short name, i.e providerShortName
  • api/services/{serviceId} should return provider's short name, i.e providerShortName
  • api/services/serviceConsent/{serviceConsentId} should return company's short name, i.e companyShortName
  • api/services/provided should return provider's short name, i.e providerShortName
  • api/services/{serviceId}/subscription/{subscriptionId}/provider should return customer's short name, i.e customerShortName
  • api/services/{serviceId}/subscription/{subscriptionId}/subscriber should return provider's short name, i.e providerShortName
  • api/services/subscribed/subscription-status should return provider's short name, i.e providerShortName
  • api/services/servicereleaseprocess/{serviceId}/appStatus should return provider's short name, i.e providerShortName
  • api/services/servicereleaseprocess/inReview should return provider's short name, i.e providerShortName
  • api/services/servicereleaseprocess/inReview/{serviceId} should return provider's short name, i.e providerShortName

Connector's Api

  • api/administration/connectors should return host company's short name, i.e hostCompanyShortName
  • api/administration/connectors/managed should return host company's short name, i.e hostCompanyShortName
  • api/administration/connectors/{connectorId} should return host company's short name, i.e hostCompanyShortName
  • api/administration/connectors/offerSubscriptions should return host customer's short name, i.e customerShortName
  • api/administration/connectors/missing-sd-document should return host company's short name, i.e hostCompanyShortName

Registration's Api

  • api/administration/registration/applications should return company's short name, i.e companyShortName
  • api/administration/registration/applicationsWithStatus should return company's short name, i.e companyShortName
  • api/administration/connectors/{connectorId} should return host company's short name, i.e hostCompanyShortName
  • api/administration/connectors/offerSubscriptions should return host customer's short name, i.e customerShortName
  • api/administration/connectors/missing-sd-document should return host company's short name, i.e hostCompanyShortName

Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: NEW USER REQUEST
Development

No branches or pull requests

1 participant