CreatePropertyPlantByMatrikkel - Obsolete
DescriptionÂ
CreatePropertyPlantByMatrikkel web method is used for creating a Plant in the system by providing matrikkel information
Request
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
matrikkel | Matrikkel | Mandatory | Matrikkel information |
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.
- Plants can be created only for regular properties (property category - R) and section properties (property category - S) by using this web method. Property category is provided in the output of boligmappa lookup services.Â
Response
CreatePropertyPlantByMatrikkel web method will create the Plant in the system, and return Following properties back to the client.
Â
Type | Description |
---|---|
Property and plant Info associated with the matrikkel |
Â
Exceptions
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 |
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 |
123 | An exception occurred while processing your request |
138 | ApplicationName length is exceeded maximum allowed character limit (10) |
146 | The application name is not set |
285 | Â Given matrikkel is of a housing cooperative and this web method does not support it, Please use CreatePropertyPlantForHousingCoopShare web method |