dividends-estimate.yaml 1.2 KB
version: v1
kind: HttpApi
metadata:
  service: dividendsEstimate
  path: /dividends-estimates
  endpoints: 
  - method: createDividendsEstimate
    route:
      post: /  
  - method: updateDividendsEstimate
    route:
      put: /{dividendsEstimateId}
  - method: getDividendsEstimate
    route:
      get: /{dividendsEstimateId}
  - method: removeDividendsEstimate
    route:
      delete: /{dividendsEstimateId}
  - method: cancelDividendsEstimate
    route:
      post: /{dividendsEstimateId}/cancel
  - method: searchDividendsEstimate
    route:
      post: /search
  - method: estimateDividendsIncentives
    route:
      post: /estimate-dividends-incentives
  - 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: /
    params:
      - name: offset
      - name: limit