CreatePropertyPlantForHousingCooperative - Obsolete

Description

CreatePropertyPlant web method is used for creating a Plant in the system by providing Matrikkel, Address, UnitNumber and Building details.  

Request

ParameterTypeMandatory/OptionalComments
matrikkelMatrikkelMandatoryMatrikkel information
addressAddressMandatoryAddress information
unitNumberstringMandatoryUnit number
buildingBuildingInputMandatoryBuilding information. Building number and iteration
applicationNamestringMandatoryThird 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

TypeDescription
PropertyPlantProperty and plant Info associated with the matrikkel

 

Exceptions

Error CodeDescription
101Postal number does not exist in system
102Street name or house number is not given
105Plant already exists in system
107Plant creation failed due to internal error
123An exception occurred while processing your request
187Building number is not provided
188Matrikkel is not provided
211Address is not provided. Street name, House number and Zip code is mandatory
212Invalid Zip code
213This type of properties are not supported in this web method. Please Use CreatePropertyPlantByMatrikkel web method
214The given property does not exists in the system
215Unit number is not provided