{{baseUrl}}/IT-shareholders/:vatCode_taxCode_or_id
GET {{baseUrl}}/IT-shareholders/:vatCode_taxCode_or_id
This endpoint returns the list of shareholders of a company who have a share of the company greater than 10 percent.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"companyName":"OPEN HOLDING S.R.L.","name":null,"surname":null,"taxCode":"16935371001","percentShare":100}],"success":true,"message":"","error":null}