CreatePropertyPlantByMatrikkel - Obsolete

Description 

CreatePropertyPlantByMatrikkel web method is used for creating a Plant in the system by providing matrikkel information

Request

ParameterTypeMandatory/OptionalComments
matrikkelMatrikkelMandatoryMatrikkel information
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 values to use this web method. Matrikkel 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 regular properties (property category - R) and section properties (property category - S) by using this web method. Property category is provided in the output of boligmappa lookup services. 

Response

CreatePropertyPlantByMatrikkel web method will create the Plant in the system, and return Following properties back to the client.

 

TypeDescription

PropertyPlant

Property and plant Info associated with the matrikkel

 

Exceptions

Error CodeDescription
105Plant already exists in system
107Plant creation failed due to internal error
109 Given 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
285 Given matrikkel is of a housing cooperative and this web method does not support it, Please use CreatePropertyPlantForHousingCoopShare web method