...
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. Even though this is an optional field, it is required to provide this when the PropertyPlant is a housing cooperative share. |
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
Type | Description |
---|---|
List<PropertyPlant> | List of PropertyPlants |
...