...

This method returns a list of the PropertyPlant information details which consists of the address, Matrikkel, basic building details and property owners. The property information is retrieved from Infoland service and combined with details like the boligmappaNumber if the property is already registered in Boligmappa.

Request

ParameterTypeMandatory/OptionalMaximum character length/limitDescription
MatrikkelintMandatoryNot RelevantMatrikkel values of the plant
shareNumberint Optional Optional/Mandatory Not Relevant

The number uniquely identifying a particular share of a housing cooperative. This is not part of the Matrikkel.

unitNumber string Optional Optional/Mandatory Not RelevantUnit number of the property/apartment 
applicationNamestring MandatoryShould be less than or equal to 10 charactersThe name of the integration partner
Note : 

Even though the shareNumber and unitNumber  are optional fields, at least one of these fields are required NOTE: It is mandatory to provide either the shareNumber or the unitNumber optional fields when the PropertyPlant is a housing cooperative share.

Request - input sample

Image Added


Response

TypeDescription

List<Plant>

List of Plants

 

Notes:

...

NOTE:

  • It is mandatory to provide either the shareNumber or the unitNumber optional fields when the PropertyPlant is a housing cooperative share.
  • If the property is not registered in Boligmappa, results are retrieved from the Infoland service. The Boligmappa Number the boligmappaNumber is set to "Null" in this case..

Response- output sample

Image Added

Exceptions

Error CodeDescription
104Infoland is not available
109Given Matrikkel does not exist in the system
117 Snr provided is invalid
118Snr is not provided with the input Matrikkel for a sectioned property
119

Snr is provided with the input Matrikkel for a non-sectioned property

123An exception occurred while processing your request 
138ApplicationName applicationName length has exceeded the maximum character limit allowed (10)
146The applicationName is not set
167You are not authorized to use this web method
188 Matrikkel is not provided 
221

Both the shareNumber and unitNumber are not provided with the input Matrikkel even though it is a housing corporative share.  

...