Water Disconnection Calculator Service
Overview
Configuration Details
MDMS Configuration
Billing Slabs
{
"id": "1",
"buildingType": "RESIDENTIAL",
"connectionType": "Metered",
"calculationAttribute": "Water consumption",
"minimumCharge": 100,
"slabs": [
{
"from": 0,
"to": 10,
"charge": 2,
"meterCharge": 50
},
{
"from": 10,
"to": 20,
"charge": 2.5,
"meterCharge": 50
},
{
"from": 20,
"to": 30,
"charge": 8,
"meterCharge": 150
},
{
"from": 30,
"to": 40,
"charge": 12,
"meterCharge": 150
},
{
"from": 40,
"to": 1000000000,
"charge": 15,
"meterCharge": 150
}
]
},
{
"id": "5",
"buildingType": "RESIDENTIAL",
"calculationAttribute": "No. of taps",
"connectionType": "Non Metered",
"minimumCharge": 100,
"slabs": [
{
"from": 0,
"to": 1000000000,
"charge": 100
}
]
},Estimation
Water Disconnection Charge & Tax
Demand Generation
API List
Last updated
Was this helpful?