...
|
...
|
@@ -28,6 +28,18 @@ metadata: |
|
|
- method: estimateMoneyIncentives
|
|
|
route:
|
|
|
post: /estimate-money-incentives
|
|
|
- method: listMoneyIncentives
|
|
|
route:
|
|
|
get: /list-money-incentives
|
|
|
- method: searchMoneyIncentives
|
|
|
route:
|
|
|
post: /search-money-incentives
|
|
|
- method: listDividendsIncentives
|
|
|
route:
|
|
|
get: /list-dividends-incentives
|
|
|
- method: searchDividendsIncentives
|
|
|
route:
|
|
|
post: /search-dividends-incentives
|
|
|
- method: listDividendsEstimate
|
|
|
route:
|
|
|
get: /
|
...
|
...
|
|