...
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
Knr | int | Mandatory | Knr |
Gnr | int | Mandatory | Gnr |
Bnr | int | Mandatory | Bnr |
Fnr | int | Mandatory | Fnr |
Snr | int | Mandatory | Snr–Section number for sectioned properties |
Lnr | int | Mandatory | Share ID for housing co-operatives |
CustomerName | string | Mandatory | Name of customer for the plant. (Length of the CustomerName must be less than or equal to 100) |
ApplicationName | string | Mandatory | Third party application identifier, identifying the client consuming the web service. (Length of the ApplicationName should be less than or equal to 10) |
Notes:
- Web service client should have valid Matrikkel values to use this web method. Matrikkel Information of a property can be retrieved by using an appropriate web method of boligmappa web service.
- If the provided property is not registered in Boligmappa, the property information will be retrieved from infoland and the property will be automatically registered in Boligmappa. Then the plant will be created for that property.
...
Error Code | Description |
---|---|
105 | Plant already exists in system |
107 | Plant creation failed due to internal error |
109 | Given Matrikkel does not exist in system |
110 | Input parameters contain null or invalid data |
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 |
121 | Lnr is not provided with the input matrikkel. But given is a housing corporative share |
122 | Lnr is provided with the input matrikkel. But given is not a housing corporative share |
123 | An exception occurred while processing your request |
131 | This type of property is not supported |
138 | ApplicationName length is exceeded maximum allowed character limit (10) |
172 | CustomerName length is exceeded maximum allowed character limit (100) |
...