You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 providerShortNameapi/apps/business
should return provider's short name, i.e providerShortNameapi/apps/{appId}
should return provider's short name, i.e providerShortNameapi/apps/provided
should return provider's short name, i.e providerShortNameapi/apps/subscribed/subscription-status
should return provider's short name, i.e providerShortNameapi/apps/{appId}/subscription/{subscriptionId}/provider
should return customer's short name, i.e customerShortNameapi/apps/{appId}/subscription/{subscriptionId}/subscriber
should return provider's short name, i.e providerShortNameapi/apps/subscribed/activesubscriptions
should return provider's short name, i.e providerShortNameapi/apps/appreleaseprocess/{appId}/appStatus
should return provider's short name, i.e providerShortNameapi/apps/appreleaseprocess/inReview
should return provider's short name, i.e providerShortNameapi/apps/appreleaseprocess/inReview/{appId}
should return provider's short name, i.e providerShortNameServices Api
api/services/active
should return provider's short name, i.e providerShortNameapi/services/{serviceId}
should return provider's short name, i.e providerShortNameapi/services/serviceConsent/{serviceConsentId}
should return company's short name, i.e companyShortNameapi/services/provided
should return provider's short name, i.e providerShortNameapi/services/{serviceId}/subscription/{subscriptionId}/provider
should return customer's short name, i.e customerShortNameapi/services/{serviceId}/subscription/{subscriptionId}/subscriber
should return provider's short name, i.e providerShortNameapi/services/subscribed/subscription-status
should return provider's short name, i.e providerShortNameapi/services/servicereleaseprocess/{serviceId}/appStatus
should return provider's short name, i.e providerShortNameapi/services/servicereleaseprocess/inReview
should return provider's short name, i.e providerShortNameapi/services/servicereleaseprocess/inReview/{serviceId}
should return provider's short name, i.e providerShortNameConnector's Api
api/administration/connectors
should return host company's short name, i.e hostCompanyShortNameapi/administration/connectors/managed
should return host company's short name, i.e hostCompanyShortNameapi/administration/connectors/{connectorId}
should return host company's short name, i.e hostCompanyShortNameapi/administration/connectors/offerSubscriptions
should return host customer's short name, i.e customerShortNameapi/administration/connectors/missing-sd-document
should return host company's short name, i.e hostCompanyShortNameRegistration's Api
api/administration/registration/applications
should return company's short name, i.e companyShortNameapi/administration/registration/applicationsWithStatus
should return company's short name, i.e companyShortNameapi/administration/connectors/{connectorId}
should return host company's short name, i.e hostCompanyShortNameapi/administration/connectors/offerSubscriptions
should return host customer's short name, i.e customerShortNameapi/administration/connectors/missing-sd-document
should return host company's short name, i.e hostCompanyShortNameAdditional Information
The text was updated successfully, but these errors were encountered: