...
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.To generate the demand for non-metered sewerage connection
/sw-calculator/sewerageCalculator/_calculate
API is use.User can pay partial / full / advance amount for the Non-Metered connection bill. In these cases, Billing service would call back
/sw-calculator/sewerageCalculator/_updateDemand
API to update the details of the demand generated./sw-calculator/sewerageCalculator/_jobscheduler
API is use to generate demand for Non-metered connections. This API can be called periodically./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
Doc Links
Title | Link |
API Swagger Contract |
Sewerage Service Document |
API List
Title | Link |
| |
| |
| |
| |
|
(Note: All the API’s are in the same postman collection therefore same link is added in each row)