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 30 Next »

Description 

This method returns a list of the PropertyPlant 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/Mandatory Not Relevant

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

unitNumber string 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: It is mandatory to provide either the shareNumber or the unitNumber optional fields when the PropertyPlant is a housing cooperative share.

Request - input sample


Response

TypeDescription

List<Plant>

List of Plants

 

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, the boligmappaNumber is set to "Null".

Response- output sample

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 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.  

  • No labels