Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

Description

CreatePropertyPlant is a general web service method which can be used to create any type of properties including Regular, Sectioned and Housing Coppratives.


Request

Parameter

Type

Mandatory/Optional

Comments

inputCreatePropertyPlantInputMandatoryCreatePropertyPlant input model
applicationNamestringMandatoryThird party application identifier, identifying the client consuming the web service. (Length of the ApplicationName 

CreatePropertyPlantInput

Parameter

Type

Mandatory/Optional

Comments

MatrikkelMatrikkelMandatoryMatrikkel information
AddressAddressOptionalAddress information
UnitNumberstringOptionalUnit Number of the property
BuildingNumberlongOptionalBuilding Number
ShareNumberintOptionalShare Number (If housing cooparative share)
OrganizationNumberintOptionalOrganization Number


Note :

  • It is mandatory to provide the matrikkel information. However it is adviced to provide as many information as posible to find the property more efficiently. 
  • It is NOT posible to create building plants from this web method. CreateBuildingPlant web method should be used to create building plants
  • For regular and sectioned properties most of the time it is posible to create the property plant by using only the matrikkel. However there can be scenarios the matrikkel alone is not engouh to identify the property uniquely, Therefore, the user will be asked to provide more details such as Address, UnitNo and Building No.
  • For housing cooprative shares it is needed to provide either share number and organization number or address, unit number and building number along with the matrikkel. However, it is efficient to provide share number and organization number for housing cooperatives

Response

Type

Description

CreatePropertyPlantOutputCreatePropertyPlant output model

CreatePropertyPlantOutput

Parameter

Type

Comments

PropertyPlantPropertyPlantCreated Property Info

Exceptions

Error Code

Description

105Plant already exists in system
107Plant creation failed due to internal error
109Given Matrikkel does not exist in system
117Provided Snr is not valid
118Snr is not provided with the input matrikkel. But given is a sectioned property
119Snr is provided with the input matrikkel. But given is not a sectioned property
123An exception occurred while processing your request
138ApplicationName length is exceeded maximum allowed character limit (10)
146The application name is not set
188Matrikkel is not provided
214The given property does not exists in the system
339Given data is not enough to identify the property. Please provde either ShareNo and OrganizatioNo or Address, UnitNo and BuildingNo as available.
340Please provide address details (Street name, House no and Postal code)
341The following building does not contain any properties, Please use 'CreateBuildingPlant' web service to create a building plant
346Given data is not enough to identify the property. Please provde either  Address, UnitNo and BuildingNo as available.



  • No labels