get https://phoenix-qa.egovernments.org/restapi/watercharges/getWatertaxDetails
Get water charges details for particular consumer no
Response data format described below
JSON Key | Data Type | Description |
---|---|---|
consumerNo | String | HSC number of water connection |
ownerName | String | Name of consumer |
mobileNo | String | Mobile of consumer |
propertyAddress | String | Address of property |
localityName | String | Name of locality of property |
taxDetails | JSON Array | |
taxDetails ----> installment | String | Installment name |
taxDetails ----> taxAmount | Number | Demand due for given installment |
taxDetails ----> chqBouncePenalty | Number | Cheque bounce penalty if levied |
taxDetails ----> penalty | Number | Penalty amount if applicable else 0 |
taxDetails ----> rebate | Number | Rebate amount is applicable else 0 |
taxDetails ----> totalAmount | Number | Total amount to be paid. |
errorDetails | JSON Object | |
errorDetails --> errorCode | String | Code of failure/success of request |
errorDetails --> errorMessage | String | Message of failure/success of request |