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
Parameter | Type | Mandatory/Optional | Maximum character length/limit | Description |
---|---|---|---|---|
Matrikkel | int | Mandatory | Not Relevant | Matrikkel values of the plant |
shareNumber | int | 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 Relevant | Unit number of the property/apartment |
applicationName | string | Mandatory | Should be less than or equal to 10 characters | The 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
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 Code | Description |
---|---|
104 | Infoland is not available |
109 | Given Matrikkel does not exist in the system |
117 | Snr provided is invalid |
118 | Snr is not provided with the input Matrikkel for a sectioned property |
119 | Snr is provided with the input Matrikkel for a non-sectioned property |
123 | An exception occurred while processing your request |
138 | applicationName length has exceeded the maximum character limit allowed (10) |
146 | The applicationName is not set |
167 | You 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. |
0 Comments