Get pdf of a housing company
GET/companies/housing-company-accounting-statements
Housing Company Accounting Statement Endpoint
Overview
This API will be return yearly accounting statements for a housing company in PDF format. A housing company is either a housing association / cooperative (Borettslag), a condominium association (Eierseksjonssameie / sameie), or a limited company (aksjeselskap for aksjeleiligheter).
It supports fetching for a specific organization using the org-id parameter.
It will return a list of accounting statements for the housing company.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/companies/housing-company-accounting-statements?org-id=913418719' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
year | Year of the accounting accounting statement | Året for regnskapet | Bronnoysundregistrene |
fileName | Name of the PDF file | Navnet på PDF-filen | Bronnoysundregistrene |
fileLink | Link to the PDF file | Lenke til PDF-filen | Bronnoysundregistrene |
orgId | Unique identifier for the organization | Unik identifikator for organisasjonen | Enhetsregisteret |
Request
Responses
- 200
- 422
Successful Response
Validation Error