@RestController public class UpdateAssessmentController extends Object
| Constructor and Description |
|---|
UpdateAssessmentController() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.ptis.domain.model.ViewPropertyDetails |
setRequestParameters(CreatePropertyDetails createPropDetails)
Prepares the ViewPropertyDetails bean for modification
|
String |
updateProperty(String createPropertyDetails)
This method is used to modify property.
|
@RequestMapping(value="/property/updateProperty",
method=POST,
consumes="application/json",
produces="application/json")
public String updateProperty(@RequestBody
String createPropertyDetails)
throws IOException,
ParseException
createPropertyDetails - - Property details requestIOExceptionParseExceptionpublic org.egov.ptis.domain.model.ViewPropertyDetails setRequestParameters(CreatePropertyDetails createPropDetails)
createPropDetails - Copyright © 2015–2017 eGovernments Foundation. All rights reserved.