Atoka API User Reference
Real Estate package "Owners"
Information about the owners of a real estate.
The list may be incomplete.
API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!
Available fields | Description | Data | Used by filters | Facet | Match | Stats |
---|---|---|---|---|---|---|
owners[] | Information about owners | - | - | |||
owners[].cervedId Private field | Cerved ID of the owner | float | - | |||
owners[].company | True if the owner is a company, false if it's a person, not present if unknown | true | false | - | |||
owners[].entitlement | Type of property (e.g. "Proprietà", "Usufrutto", ...) | "string" | - | |||
owners[].id | ID of the owner, if known; it can be used to retrieve information from the Companies or People endpoints | "string" | - | |||
owners[].label | Name of the owner | "string" | - | |||
owners[].ratio | Ratio of ownership | float | - | |||
owners[].regime | "Regime" (e.g. "IN REGIME DI SEPARAZIONE DEI BENI") | "string" | - |
Example JSON fragment for package
{"owners": [{"id": "foo", "cervedId": 0.42, "label": "foo", "company": false, "entitlement": "foo", "regime": "foo", "ratio": 0.42 },...]}