post https://phoenix-qa.egovernments.org/restapi/property/propertytaxdetails
Get tax details of particular property
Response data format described below
Json Key | Data Type | Description |
---|---|---|
assessmentNo | String | Property’s assessment number |
propertyAddress | String | Property address |
localityName | String | Locality associated with property |
ownerDetails | JSON Array | Multiple objects for each and every owner name. |
ownerDetails ----> ownerName | String | Owner’s name |
ownerDetails ----> mobileNo | String | Owner’s mobile number |
taxDetails | JSON Array | Multiple objects for each and every due installments |
taxDetails ----> installment | String | Name of installment |
taxDetails ----> taxAmount | Number | Total demand for the installment. |
taxDetails ----> chqBouncePenalty | Number | Cheque bounce penalty if levied |
taxDetails ----> penalty | Number | Total penalty amount on dues as on date |
taxDetails ----> rebate | Number | Rebate amount provided on full payment of tax |
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 |