Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To Activate the Sewerage Service application, the user needs to pay the ONE_TIME_FEE for the connection. To calculate the ONE_TIME_FEE sw-calculator/sewerageCalculator/_estimate API is use.

  2. To generate the demand for non-metered sewerage connection /sw-calculator/sewerageCalculator/_calculate API is use.

  3. User can pay partial / full / advance amount for the Non-Metered connection bill. In these cases, Billing service would call back /sw-calculator/sewerageCalculator/_updateDemandAPI to update the details of the demand generated.

  4. /sw-calculator/sewerageCalculator/_jobscheduler API is use to generate demand for Non-metered connections. This API can be called periodically.

  5. /sw-calculator/sewerageCalculator/_applyAdhocTax API is use to add Rebate or Penalty on any bill and based on that the bill amount will be adjusted.

Reference Docs

API List

Title 

Link

/sw-calculator/sewerageCalculatorr/_estimate

https://www.getpostman.com/collections/e283373559ef0646d412

/sw-calculator/sewerageCalculator/_calculate

https://www.getpostman.com/collections/e283373559ef0646d412

/sw-calculator/sewerageCalculator/_updateDemand

https://www.getpostman.com/collections/e283373559ef0646d412

/sw-calculator/sewerageCalculator/_jobscheduler

https://www.getpostman.com/collections/e283373559ef0646d412

/sw-calculator/sewerageCalculator/_applyAdhocTax

https://www.getpostman.com/collections/e283373559ef0646d412

(Note: All the API’s are in the same postman collection therefore same link is added in each row)