|
|
version: v1
|
|
|
kind: HttpApi
|
|
|
metadata:
|
|
|
service: dividendsEstimate
|
|
|
path: /web/dividends-estimate
|
|
|
endpoints:
|
|
|
- method: createDividendsEstimate
|
|
|
route:
|
|
|
post: /
|
|
|
- method: updateDividendsEstimate
|
|
|
route:
|
|
|
put: /{estimateId}
|
|
|
- method: cancelDividendsEstimate
|
|
|
route:
|
|
|
post: /cancel
|
|
|
- method: getDividendsEstimate
|
|
|
route:
|
|
|
get: /{estimateId}
|
|
|
- method: searchDividendsEstimate
|
|
|
route:
|
|
|
post: /search
|
|
|
- method: searchDividendsIncentives
|
|
|
route:
|
|
|
post: /dividends-incentives/search
|
|
|
- method: searchMoneyIncentives
|
|
|
route:
|
|
|
post: /money-incentives/search
|
|
|
- method: estimateMoneyIncentives
|
|
|
route:
|
|
|
post: /money-incentives/estimate
|
|
|
- method: estimateDividendsIncentives
|
|
|
route:
|
|
|
post: /dividends-incentives/estimate |
...
|
...
|
|