@RestController public class CreateAssessmentController extends Object
| Constructor and Description |
|---|
CreateAssessmentController() |
| Modifier and Type | Method and Description |
|---|---|
String |
createProperty(String createPropertyDetails)
This method is used to create property.
|
@RequestMapping(value="/property/createProperty",
method=POST,
consumes="application/json",
produces="application/json")
public String createProperty(@RequestBody
String createPropertyDetails)
throws IOException,
ParseException
createPropertyDetails - - Property details requestIOExceptionParseExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.