GetPlantByBoligmappaNumber
Description
This method is used to return plant information associated with the given boligmappaNumber. The result can be either a PropertyPlant which consists of the address, Matrikkel, basic building details and property owners for the given boligmappaNumber or a BuildingPlant which consists of building information.
NOTE: boligmappaNumber association for the buildings are not yet implemented. This method can be used only for property plants as of now.
NOTE: Only the property details are returned, when a plant is not linked to the property associated with the given boligmappaNumber. The plant related details will be null.
Request
Parameter | Type | Mandatory/Optional | Maximum character length/limit | Description |
---|---|---|---|---|
boligmappaNumber | string | Mandatory | Not Relevant | A number generated by Boligmappa to uniquely identify properties registered in Boligmappa. (e.g. AAF1234) |
applicationName | string | Mandatory | Should be less than or equal to 10 characters | The name of the integration partner |
Request - sample input
Response
Type | Description |
---|---|
An object of the Plant |
Response- sample output
Exceptions
Error Code | Description |
---|---|
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 |
176 | boligmappaNumber is not provided |
239 | Invalid boligmappaNumber |