CreatePropertyPlantByBoligmappaNumber
Description
This method is used to create a plant in the system, by providing the boligmappaNumber.
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 |
Â
NOTE:Â Â The web service client should have a valid boligmappaNumber to use this method. The boligmappaNumber for a property can be retrieved by using the following method:
Request - input sample
Response
This method creates a plant in the system, and returns the following property back to the client.
Property | Type | Description |
---|---|---|
Plant | Property and plant information associated with the boligmappaNumber |
Â
Response - output sample
Exceptions
Error Code | Description |
---|---|
105 | Plant already exists in system |
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 |
123 | An exception occurred while processing your request |
239 | Invalid boligmappaNumber |