xpanse
xpanse copied to clipboard
Add new pricing API for end user
- [ ] Create new controller - PricingApiController
- [ ] add a new method - getServicePriceByFlavor -> /service/pricing/${templateId}/${region}/${flavorName}/${billingMode}
- [ ] Return the new modal
Price
as response. - [ ] Price to be calculated in the corresponding CSP plugin.
- [ ] As part of this user story, implement returning the fixedPrice only.