Description
This method returns a list of PropertyPlant information which consists of address, matrikkel, basic building details and property owners.
Request
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
Matrikkel | int | Mandatory | Matrikkel values of the plant |
shareNumber | int | Optional | The number uniquely identifying a particular share of a housing cooperative and this is not a part of the matrikkel. |
unitNumber | string | Optional | Unit number of the property/apartment |
applicationName | int | Optional | Unique identifier (of your choice) to identify the client application which consumes the Boligmappa API. (length less than or equal to 10 characters) |
Note :
Even though share number and unit number are optional fields, it is required to provide at least one of them when the PropertyPlant is a housing cooperative share
Response
Notes:
- If a company does not have a PropertyPlant created for the given matrikkel, results will have only the Property details (no plant details).
- Furthermore, if property is not registered in the Boligmappa, results will be served from the Infoland service. Boligmappa Number is set to "Null" in this case.
Exceptions
Error Code | Description |
---|---|
104 | Infoland is not available |
109 | Given Matrikkel does not exist |
117 | Provided Snr is not valid |
118 | Snr is not provided with the input matrikkel. But given is a sectioned property |
119 | Snr is provided with the input matrikkel. But given is not a sectioned property |
120 | Provided Lnr is not valid |
122 | Lnr is provided with the input matrikkel. But given is not a housing corporative share |
123 | An exception occured while processing your request |
131 | This type of property is not supported |
138 | ApplicationName length is exceeded maximum allowed character limit (10) |
146 | The application name is not set |
167 | You are not authorized to use this web method |
188 | Matrikkel is not provided |
221 | Both Lnr and unit number are not provided with the input matrikkel. But given is a housing corporative share |
Add Comment