GetDocumentsForHousingCoopShare - Obsolete
Note:
This method is deprecated and will be removed completely in the near future. Hence it is advised to use the new web service method, GetDocumentsForHousingCoopShare2 which provides more meta data.
Authorization
Special level of permission is required to access this web service and please request permission from Boligmappa.
Description
This web method can be used to retrieve documents associated to a property by OrganizationId and ShareNo. The documents retrieved are those which has been uploaded by professionals and those whose 'visible in boligmappa' is set to true.
Note
Only Auditors can access this web method.Â
Request
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
organizationNumber | int | Mandatory | Organization number of the housing cooperative |
shareNumber | Int | Mandatory | The number uniquely identifying a particular share of a housing cooperative and this is not a part of the matrikkel. |
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) |
Â
Response
Type | Description |
---|---|
List<AuditorDocument> | List of documents for the given Organization number and Share number |
Â
Exceptions
Error Code | Description |
---|---|
110 | Input parameters contain null or invalid data |
123 | An exception occured while processing your request |
138 | ApplicationName length is exceeded maximum allowed character limit (10) |
146 | The application name is not set |
167 | You are not authorized to use this web method |
171 | Invalid organization number or share number |
222 | No Documents found for the given housing cooperative share |
Â
Â