CreatePropertyPlantForHousingCooperative - Obsolete
Description
CreatePropertyPlant web method is used for creating a Plant in the system by providing Matrikkel, Address, UnitNumber and Building details. Â
Request
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
matrikkel | Matrikkel | Mandatory | Matrikkel information |
address | Address | Mandatory | Address information |
unitNumber | string | Mandatory | Unit number |
building | BuildingInput | Mandatory | Building information. Building number and iteration |
applicationName | string | Mandatory | Third party application identifier, identifying the client consuming the web service. (Length of the ApplicationName should be less than or equal to 10) |
Â
Notes:
- Web service client should have valid Matrikkel, Address, UnitNumber and Building values to use this web method. All of these Information of a property can be retrieved by using an appropriate web method of boligmappa web service.
- If the provided property is not registered in Boligmappa, the property information will be retrieved from infoland and the property will be automatically registered in Boligmappa. Then the plant will be created for that property.
- Plants can be created only for housing cooperative shares (property category - H) by using this web method. Property category is provided in the output of Lookup web service methods.
- Building Iteration is ignored from the code and there is no need to provide the building iteration. This will get obsolete in futureÂ
Response
Type | Description |
---|---|
PropertyPlant | Property and plant Info associated with the matrikkel |
Â
Exceptions
Error Code | Description |
---|---|
101 | Postal number does not exist in system |
102 | Street name or house number is not given |
105 | Plant already exists in system |
107 | Plant creation failed due to internal error |
123 | An exception occurred while processing your request |
187 | Building number is not provided |
188 | Matrikkel is not provided |
211 | Address is not provided. Street name, House number and Zip code is mandatory |
212 | Invalid Zip code |
213 | This type of properties are not supported in this web method. Please Use CreatePropertyPlantByMatrikkel web method |
214 | The given property does not exists in the system |
215 | Unit number is not provided |