@RestController public class PropertyTitleTransferService extends Object
| Constructor and Description |
|---|
PropertyTitleTransferService() |
| Modifier and Type | Method and Description |
|---|---|
String |
fetchAssessmentDetails(String assessmentRequest)
This method loads the assessment details.
|
String |
payMutationFee(String payPropertyTaxDetails,
javax.servlet.http.HttpServletRequest request,
String source)
This method is used to pay the mutation fee
|
String |
transferProperty(String titleTransferDetails)
Initiates property transfer
|
@RequestMapping(value="/property/titletransfer",
method=POST,
consumes="application/json",
produces="application/json")
public String transferProperty(@RequestBody
String titleTransferDetails)
throws IOException,
ParseException
titleTransferDetails - IOExceptionParseException@RequestMapping(value="/property/assessmentdetails",
method=POST,
consumes="application/json",
produces="application/json")
public String fetchAssessmentDetails(@RequestBody
String assessmentRequest)
throws IOException
assessmentNumber - - assessment number i.e. property idIOException@RequestMapping(value="/property/paymutationfee",
method=POST,
consumes="application/json",
produces="application/json")
public String payMutationFee(@RequestBody
String payPropertyTaxDetails,
javax.servlet.http.HttpServletRequest request,
String source)
throws IOException
payPropertyTaxDetails - - JSON request stringrequest - - HttpServletRequestIOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.