# Get company

### Input

User needs to provide company number

<table><thead><tr><th width="181">Attribute</th><th width="348">Type</th><th>Description</th></tr></thead><tbody><tr><td>companyNumber</td><td>String</td><td>Search phrase (at least 3 characters)</td></tr><tr><td>tradeBoards</td><td>String</td><td>Comma separated values which symbols of Italian Chambers of Commerce that narrow searching scope eg. <code>MI,BR,PC</code> (optional)</td></tr></tbody></table>

### Output

| Attribute      | Type   | Description             |
| -------------- | ------ | ----------------------- |
| companyDetails | Object | Details of the company. |
| shareholders   | Object | Shareholders details.   |
| partners       | Object | Partners details.       |

#### CompanyDetails

| Attribute                 | Type   | Description                      |
| ------------------------- | ------ | -------------------------------- |
| cciaa                     | String | Chamber of Commerce code.        |
| cciaaDescription          | String | Chamber of Commerce description. |
| nrea                      | String | NREA code.                       |
| name                      | String | Company name.                    |
| provinceCode              | String | Province code.                   |
| provinceDescription       | String | Province description.            |
| taxCode                   | String | Tax code.                        |
| legalStatus               | String | Legal status code.               |
| legalStatusDescription    | String | Legal status description.        |
| source                    | String | Source code.                     |
| sourceDescription         | String | Source description.              |
| activityStatus            | String | Activity status code.            |
| activityStatusDescription | String | Activity status description.     |
| atecoClassification       | Array  | Array of ATECO classifications.  |
| headquartersAddress       | Object | Headquarters address details.    |

#### AtecoClassification

| Attribute           | Type   | Description               |
| ------------------- | ------ | ------------------------- |
| codingCode          | String | ATECO coding code.        |
| codingDescription   | String | ATECO coding description. |
| activityCode        | String | Activity code.            |
| activityDescription | String | Activity description.     |

#### HeadquartersAddress

| Attribute           | Type   | Description           |
| ------------------- | ------ | --------------------- |
| provinceCode        | String | Province code.        |
| provinceDescription | String | Province description. |
| cityCode            | String | City code.            |
| cityDescription     | String | City description.     |
| toponymCode         | String | Toponym code.         |
| toponymDescription  | String | Toponym description.  |
| street              | String | Street name.          |
| postalCode          | String | Postal code.          |

#### Shareholders

| Attribute             | Type   | Description                              |
| --------------------- | ------ | ---------------------------------------- |
| identificationData    | Object | Identification data of shareholders.     |
| activitySummary       | Object | Activity summary of shareholders.        |
| companyFiguresSummary | Object | Company figures summary of shareholders. |
| partnersList          | Object | Partners list of shareholders.           |

#### IdentificationData

| Attribute                    | Type   | Description                            |
| ---------------------------- | ------ | -------------------------------------- |
| headquartersInterchamber     | String | Headquarters interchamber code.        |
| cSource                      | String | Source code.                           |
| source                       | String | Source description.                    |
| subjectType                  | String | Subject type code.                     |
| subjectTypeDescription       | String | Subject type description.              |
| enterpriseType               | String | Enterprise type code.                  |
| enterpriseTypeDescription    | String | Enterprise type description.           |
| registrationDateRi           | String | Registration date in Registro Imprese. |
| constitutionDate             | String | Constitution date.                     |
| lastProtocolDate             | String | Last protocol date.                    |
| lastProtocolModificationDate | String | Last protocol modification date.       |
| name                         | String | Name of the company.                   |
| taxCode                      | String | Tax code of the company.               |
| activityStatus               | Object | Activity status details.               |
| legalForm                    | Object | Legal form details.                    |
| addressLocalization          | Object | Localization address details.          |
| certifiedMailAddress         | String | Certified mail address.                |
| personsRepresentatives       | Object | Persons representatives details.       |
| csource                      | String | Source code.                           |

#### ActivityStatus

| Attribute  | Type   | Description         |
| ---------- | ------ | ------------------- |
| statusCode | String | Status code.        |
| status     | String | Status description. |

#### LegalForm

| Attribute   | Type   | Description             |
| ----------- | ------ | ----------------------- |
| code        | String | Legal form code.        |
| description | String | Legal form description. |

#### AddressLocalization

| Attribute        | Type   | Description          |
| ---------------- | ------ | -------------------- |
| municipalityCode | String | Municipality code.   |
| municipality     | String | Municipality name.   |
| province         | String | Province code.       |
| toponymCode      | String | Toponym code.        |
| toponym          | String | Toponym description. |
| street           | String | Street name.         |
| houseNumber      | String | House number.        |
| zipCode          | String | Postal code.         |

#### personsRepresentatives

| Attribute            | Type  | Description                      |
| -------------------- | ----- | -------------------------------- |
| representativePerson | Array | Array of representative persons. |

#### RepresentativePerson

| Attribute          | Type   | Description                            |
| ------------------ | ------ | -------------------------------------- |
| surname            | String | Surname of the representative person.  |
| name               | String | Name of the representative person.     |
| position           | String | Position of the representative person. |
| representativeFlag | String | Representative flag.                   |

#### ActivitySummary

| Attribute        | Type   | Description                |
| ---------------- | ------ | -------------------------- |
| startDate        | String | Start date of activity.    |
| mainActivity     | String | Main activity description. |
| economicActivity | Object | Economic activity details. |

#### EconomicActivity

| Attribute    | Type   | Description    |
| ------------ | ------ | -------------- |
| activityCode | String | Activity code. |
| naceCode     | String | NACE code.     |

#### CompanyFiguresSummary

| Attribute                  | Type   | Description                   |
| -------------------------- | ------ | ----------------------------- |
| localizationNumber         | String | Localization number.          |
| administratorNumber        | String | Administrator number.         |
| auditorNumber              | String | Auditor number.               |
| chargeHolderNumber         | String | Charge holder number.         |
| partnerNumber              | String | Partner number.               |
| employeesDate              | String | Employees date.               |
| employeeNumber             | String | Employee number.              |
| headquartersTransferNumber | String | Headquarters transfer number. |
| shareTransferNumber        | String | Share transfer number.        |
| participationFlag          | String | Participation flag.           |
| practicesYear              | Object | Practices year details.       |
| shareCapital               | Object | Share capital details.        |

#### PracticesYear

| Attribute | Type   | Description                   |
| --------- | ------ | ----------------------------- |
| startDate | String | Start date of practices year. |
| number    | String | Number of practices.          |

#### ShareCapital

| Attribute    | Type   | Description         |
| ------------ | ------ | ------------------- |
| currencyCode | String | Currency code.      |
| currency     | String | Currency.           |
| subscribed   | Object | Subscribed details. |

#### Subscribed

| Attribute | Type   | Description        |
| --------- | ------ | ------------------ |
| amount    | String | Amount subscribed. |

#### PartnersList

| Attribute                | Type   | Description                  |
| ------------------------ | ------ | ---------------------------- |
| shareholdersDate         | String | Shareholders date.           |
| lastShareholdersListFlag | String | Last shareholders list flag. |
| practiceDetails          | Object | Practice details.            |
| shareCapital             | Object | Share capital details.       |
| sections                 | Array  | Array of sections.           |

#### PracticeDetails

| Attribute    | Type   | Description               |
| ------------ | ------ | ------------------------- |
| actDate      | String | Act date.                 |
| cciaa        | String | Chamber of Commerce code. |
| year         | String | Year.                     |
| protocolDate | String | Protocol date.            |
| depositDate  | String | Deposit date.             |

#### Sections

| Attribute        | Type   | Description                |
| ---------------- | ------ | -------------------------- |
| shareComposition | Object | Share composition details. |
| holders          | Object | Holders details.           |

#### ShareComposition

| Attribute    | Type   | Description    |
| ------------ | ------ | -------------- |
| currencyCode | String | Currency code. |
| currency     | String | Currency.      |
| nominalValue | String | Nominal value. |
| paidValue    | String | Paid value.    |

#### Holders

| Attribute | Type   | Description     |
| --------- | ------ | --------------- |
| holder    | Object | Holder details. |

#### Holder

| Attribute          | Type   | Description                  |
| ------------------ | ------ | ---------------------------- |
| isRepresentative   | String | Representative flag.         |
| owner              | Object | Owner details.               |
| address            | Object | Address details.             |
| participationRight | Object | Participation right details. |

#### Owner

| Attribute   | Type   | Description  |
| ----------- | ------ | ------------ |
| typeCode    | String | Type code.   |
| type        | String | Type.        |
| taxCode     | String | Tax code.    |
| designation | String | Designation. |
| surname     | String | Surname.     |
| name        | String | Name.        |

#### Address

| Attribute    | Type   | Description   |
| ------------ | ------ | ------------- |
| municipality | String | Municipality. |
| province     | String | Province.     |
| street       | String | Street.       |
| houseNumber  | String | House number. |
| zipCode      | String | Postal code.  |

#### ParticipationRight

| Attribute | Type   | Description |
| --------- | ------ | ----------- |
| typeCode  | String | Type code.  |
| type      | String | Type.       |

#### PartnersTable

| Attribute | Type  | Description       |
| --------- | ----- | ----------------- |
| members   | Array | Array of members. |

#### Members

| Attribute | Type   | Description     |
| --------- | ------ | --------------- |
| owner     | Object | Owner details.  |
| rights    | Object | Rights details. |

#### Owner

| Attribute   | Type   | Description  |
| ----------- | ------ | ------------ |
| typeCode    | String | Type code.   |
| taxCode     | String | Tax code.    |
| designation | String | Designation. |

#### Rights

| Attribute   | Type   | Description           |
| ----------- | ------ | --------------------- |
| rightQuotes | Object | Right quotes details. |

#### RightQuotes

| Attribute         | Type   | Description         |
| ----------------- | ------ | ------------------- |
| rightTypeCode     | String | Right type code.    |
| rightType         | String | Right type.         |
| nominalValue      | String | Nominal value.      |
| capitalPercentage | String | Capital percentage. |

#### Partners

| Attribute             | Type   | Description                      |
| --------------------- | ------ | -------------------------------- |
| identificationData    | Object | Identification data of partners. |
| activitySummary       | Object | Activity summary of partners.    |
| representatives       | Object | Representatives details.         |
| administrationControl | Object | Administration control details.  |

#### IdentificationData

| Attribute                    | Type   | Description                         |
| ---------------------------- | ------ | ----------------------------------- |
| interChamberOffice           | String | Interchamber office code.           |
| sourceCode                   | String | Source code.                        |
| source                       | String | Source description.                 |
| subjectType                  | String | Subject type code.                  |
| subjectTypeDescription       | String | Subject type description.           |
| companyType                  | String | Company type code.                  |
| companyTypeDescription       | String | Company type description.           |
| registrationDate             | String | Registration date.                  |
| constitutionDate             | String | Constitution date.                  |
| lastProtocolDate             | String | Last protocol date.                 |
| lastProtocolModificationDate | String | Last protocol modification date.    |
| denomination                 | String | Denomination of the partner.        |
| fiscalCode                   | String | Fiscal code of the partner.         |
| vatNumber                    | String | VAT number of the partner.          |
| competentCciaaCode           | String | Competent Chamber of Commerce code. |
| competentCciaa               | String | Competent Chamber of Commerce.      |
| cciaa                        | String | Chamber of Commerce code.           |
| nrea                         | String | NREA code.                          |
| activityStatus               | Object | Activity status details.            |
| legalForm                    | Object | Legal form details.                 |
| localizationAddress          | Object | Localization address details.       |
| certifiedMailAddress         | String | Certified mail address.             |
| personRepresentatives        | Object | Person representatives details.     |

#### ActivityStatus

| Attribute  | Type   | Description         |
| ---------- | ------ | ------------------- |
| statusCode | String | Status code.        |
| status     | String | Status description. |

#### LegalForm

| Attribute | Type   | Description      |
| --------- | ------ | ---------------- |
| code      | String | Legal form code. |
| form      | String | Legal form.      |

#### LocalizationAddress

| Attribute   | Type   | Description   |
| ----------- | ------ | ------------- |
| cityCode    | String | City code.    |
| city        | String | City.         |
| province    | String | Province.     |
| toponymCode | String | Toponym code. |
| toponym     | String | Toponym.      |
| street      | String | Street.       |
| houseNumber | String | House number. |
| postalCode  | String | Postal code.  |

#### PersonRepresentatives

| Attribute            | Type  | Description                      |
| -------------------- | ----- | -------------------------------- |
| representativePerson | Array | Array of representative persons. |

#### RepresentativePerson

| Attribute          | Type   | Description                            |
| ------------------ | ------ | -------------------------------------- |
| surname            | String | Surname of the representative person.  |
| name               | String | Name of the representative person.     |
| position           | String | Position of the representative person. |
| representativeFlag | String | Representative flag.                   |

#### ActivitySummary

| Attribute        | Type   | Description                |
| ---------------- | ------ | -------------------------- |
| startDate        | String | Start date of activity.    |
| mainActivity     | String | Main activity description. |
| economicActivity | Object | Economic activity details. |

#### EconomicActivity

| Attribute    | Type   | Description    |
| ------------ | ------ | -------------- |
| activityCode | String | Activity code. |
| naceCode     | String | NACE code.     |

#### AdministrationControl

| Attribute                  | Type   | Description                           |
| -------------------------- | ------ | ------------------------------------- |
| currentAdministrativeForms | Object | Current administrative forms details. |

#### CurrentAdministrativeForms

| Attribute                 | Type  | Description                            |
| ------------------------- | ----- | -------------------------------------- |
| currentAdministrativeForm | Array | Array of current administrative forms. |

#### CurrentAdministrativeForm

| Attribute                      | Type   | Description                         |
| ------------------------------ | ------ | ----------------------------------- |
| code                           | String | Administrative form code.           |
| numberOfAdministratorsInCharge | String | Number of administrators in charge. |

<pre class="language-json"><code class="lang-json"><a data-footnote-ref href="#user-content-fn-1">{</a>
  "infocamere" : {
    "companyDetails" : {
      "cciaa" : "MI",
      "cciaaDescription" : "MILANO",
      "nrea" : "919182",
      "name" : "COFI LEASING-ALFA ROMEO LEASING S.P.A. O ABBREVIATAMENTE ALFA    ROMEO LEASING S.P.A.",
      "provinceCode" : "MI",
      "provinceDescription" : "MILANO",
      "taxCode" : "02226990154",
      "legalStatus" : "SP",
      "legalStatusDescription" : "SOCIETA' PER AZIONI",
      "source" : "RD",
      "sourceDescription" : "Registro Ditte",
      "activityStatus" : "C",
      "activityStatusDescription" : "Cessata",
      "atecoClassification" : [ {
        "codingCode" : "07",
        "codingDescription" : "Classificazione ATECO RI 2007",
        "activityCode" : "77.32",
        "activityDescription" : "Noleggio di macchine e attrezzature per lavori edili e di genio civile"
      } ],
      "headquartersAddress" : {
        "provinceCode" : "MI",
        "provinceDescription" : "MILANO",
        "cityCode" : "MI009",
        "cityDescription" : "ARESE",
        "toponymCode" : "VLE",
        "toponymDescription" : "VIALE",
        "street" : "ALFA ROMEO",
        "postalCode" : "20020"
      }
    },
    "shareholders" : {
      "identificationData" : {
        "headquartersInterchamber" : "S",
        "cSource" : "RI",
        "source" : "Registro Imprese",
        "subjectType" : "I",
        "subjectTypeDescription" : "Sede dell'impresa",
        "enterpriseType" : "SC",
        "enterpriseTypeDescription" : "Societa' di capitale",
        "registrationDateRi" : "21/09/2004",
        "constitutionDate" : "08/09/2004",
        "lastProtocolDate" : "30/04/2024",
        "lastProtocolModificationDate" : "30/04/2024",
        "name" : "FERRARI &#x26; FERRARI S.R.L.",
        "taxCode" : "03434020230",
        "activityStatus" : {
          "statusCode" : "A",
          "status" : "attiva"
        },
        "legalForm" : {
          "code" : "SR",
          "description" : "SOCIETA' A RESPONSABILITA' LIMITATA"
        },
        "addressLocalization" : {
          "municipalityCode" : "071",
          "municipality" : "SAN GIOVANNI LUPATOTO",
          "province" : "VR",
          "toponymCode" : "VIA",
          "toponym" : "VIA",
          "street" : "CA' NOVA ZAMPIERI",
          "houseNumber" : "16",
          "zipCode" : "37057"
        },
        "certifiedMailAddress" : "FERRARIEFERRARI@LEGALMAIL.IT",
        "personsRepresentatives" : {
          "representativePerson" : [ {
            "surname" : "FERRARI",
            "name" : "SILVANO",
            "position" : "PRESIDENTE CONSIGLIO AMMINISTRAZIONE",
            "representativeFlag" : "S"
          } ]
        },
        "csource" : "RI"
      },
      "activitySummary" : {
        "startDate" : "15/10/2004",
        "mainActivity" : "SERVIZI DI CONSULENZA IMPRENDITORIALE, MARKETING, RICERCHE DI MERCATO",
        "economicActivity" : {
          "activityCode" : "70.22.09",
          "naceCode" : "70.22"
        }
      },
      "companyFiguresSummary" : {
        "localizationNumber" : "0",
        "administratorNumber" : "2",
        "auditorNumber" : "1",
        "chargeHolderNumber" : "0",
        "partnerNumber" : "2",
        "employeesDate" : "31/12/2023",
        "employeeNumber" : "6",
        "headquartersTransferNumber" : "0",
        "shareTransferNumber" : "0",
        "participationFlag" : "S",
        "practicesYear" : {
          "startDate" : "07/05/2023",
          "number" : "4"
        },
        "shareCapital" : {
          "currencyCode" : "EU",
          "currency" : "EURO",
          "subscribed" : {
            "amount" : "1.540.000,00"
          }
        }
      },
      "partnersList" : {
        "shareholdersDate" : "06/05/2024",
        "lastShareholdersListFlag" : "S",
        "practiceDetails" : {
          "actDate" : "26/10/2016",
          "cciaa" : "VR",
          "year" : "2016",
          "protocolDate" : "04/11/2016",
          "depositDate" : "04/11/2016"
        },
        "shareCapital" : {
          "currencyCode" : "EU",
          "currency" : "EURO",
          "amount" : "1.540.000,00"
        },
        "sections" : [ {
          "shareComposition" : {
            "currencyCode" : "EU",
            "currency" : "EURO",
            "nominalValue" : "770.000,00",
            "paidValue" : "770.000,00"
          },
          "holders" : {
            "holder" : {
              "isRepresentative" : "S",
              "owner" : {
                "typeCode" : "P",
                "type" : "PERSONA",
                "taxCode" : "FRRSVN52S25H924E",
                "designation" : "FERRARI SILVANO",
                "surname" : "FERRARI",
                "name" : "SILVANO"
              },
              "address" : {
                "municipality" : "SAN GIOVANNI LUPATOTO",
                "province" : "VR",
                "street" : "VIA LAGO D'ISEO",
                "houseNumber" : "4",
                "zipCode" : "37057"
              },
              "participationRight" : {
                "typeCode" : "01",
                "type" : "PROPRIETA'"
              }
            }
          }
        }, {
          "shareComposition" : {
            "currencyCode" : "EU",
            "currency" : "EURO",
            "nominalValue" : "770.000,00",
            "paidValue" : "770.000,00"
          },
          "holders" : {
            "holder" : {
              "isRepresentative" : "S",
              "owner" : {
                "typeCode" : "P",
                "type" : "PERSONA",
                "taxCode" : "FRRGNN57E29H924M",
                "designation" : "FERRARI GIOVANNI",
                "surname" : "FERRARI",
                "name" : "GIOVANNI"
              },
              "address" : {
                "municipality" : "SAN GIOVANNI LUPATOTO",
                "province" : "VR",
                "street" : "VIA LAGO D'ISEO",
                "houseNumber" : "6",
                "zipCode" : "37057"
              },
              "participationRight" : {
                "typeCode" : "01",
                "type" : "PROPRIETA'"
              }
            }
          }
        } ]
      },
      "partnersTable" : {
        "members" : [ {
          "owner" : {
            "typeCode" : "P",
            "taxCode" : "FRRGNN57E29H924M",
            "designation" : "FERRARI GIOVANNI"
          },
          "rights" : {
            "rightQuotes" : {
              "rightTypeCode" : "01",
              "rightType" : "PROPRIETA'",
              "nominalValue" : "770.000",
              "capitalPercentage" : "50"
            }
          }
        }, {
          "owner" : {
            "typeCode" : "P",
            "taxCode" : "FRRSVN52S25H924E",
            "designation" : "FERRARI SILVANO"
          },
          "rights" : {
            "rightQuotes" : {
              "rightTypeCode" : "01",
              "rightType" : "PROPRIETA'",
              "nominalValue" : "770.000",
              "capitalPercentage" : "50"
            }
          }
        } ]
      }
    },
    "partners" : {
      "identificationData" : {
        "interChamberOffice" : "S",
        "sourceCode" : "RI",
        "source" : "Registro Imprese",
        "subjectType" : "I",
        "subjectTypeDescription" : "Sede dell'impresa",
        "companyType" : "SC",
        "companyTypeDescription" : "Societa' di capitale",
        "registrationDate" : "21/09/2004",
        "constitutionDate" : "08/09/2004",
        "lastProtocolDate" : "29/05/2024",
        "lastProtocolModificationDate" : "29/05/2024",
        "denomination" : "FERRARI &#x26; FERRARI S.R.L.",
        "fiscalCode" : "03434020230",
        "vatNumber" : "03434020230",
        "competentCciaaCode" : "VR",
        "competentCciaa" : "VERONA",
        "cciaa" : "VR",
        "nrea" : "336196",
        "activityStatus" : {
          "statusCode" : "A",
          "status" : "attiva"
        },
        "legalForm" : {
          "code" : "SR",
          "form" : "SOCIETA' A RESPONSABILITA' LIMITATA"
        },
        "localizationAddress" : {
          "cityCode" : "071",
          "city" : "SAN GIOVANNI LUPATOTO",
          "province" : "VR",
          "toponymCode" : "VIA",
          "toponym" : "VIA",
          "street" : "CA' NOVA ZAMPIERI",
          "houseNumber" : "16",
          "postalCode" : "37057"
        },
        "certifiedMailAddress" : "FERRARIEFERRARI@LEGALMAIL.IT",
        "personRepresentatives" : {
          "representativePerson" : [ {
            "surname" : "FERRARI",
            "name" : "SILVANO",
            "position" : "PRESIDENTE CONSIGLIO AMMINISTRAZIONE",
            "representativeFlag" : "S"
          } ]
        }
      },
      "activitySummary" : {
        "startDate" : "15/10/2004",
        "mainActivity" : "SERVIZI DI CONSULENZA IMPRENDITORIALE, MARKETING, RICERCHE DI MERCATO",
        "economicActivity" : {
          "activityCode" : "70.22.09",
          "naceCode" : "70.22"
        }
      },
      "representatives" : {
        "persons" : [ {
          "progressivo" : "1",
          "representativeFlag" : "S",
          "administratorFlag" : "S",
          "mayorFlag" : "N",
          "individual" : {
            "surname" : "FERRARI",
            "name" : "SILVANO",
            "taxCode" : "FRRSVN52S25H924E",
            "gender" : "M",
            "birthDetails" : {
              "date" : "25/11/1952",
              "municipalityCode" : "071",
              "municipality" : "SAN GIOVANNI LUPATOTO",
              "province" : "VR"
            }
          },
          "address" : {
            "municipalityCode" : "071",
            "municipality" : "SAN GIOVANNI LUPATOTO",
            "province" : "VR",
            "addressTypeCode" : "VIA",
            "addressType" : "VIA",
            "street" : "LAGO D'ISEO",
            "streetNumber" : "4",
            "postalCode" : "37057"
          },
          "appointmentActs" : [ {
            "groupCharges" : "0",
            "charges" : [ {
              "chargeNumber" : "1",
              "chargeCode" : "PCA",
              "registrationDate" : "04/05/2016",
              "appointmentActDate" : "28/04/2016",
              "durationCode" : "RE",
              "durationDescription" : "FINO ALLA REVOCA",
              "presentationDate" : "02/05/2016",
              "value" : "PRESIDENTE CONSIGLIO AMMINISTRAZIONE"
            } ]
          }, {
            "groupCharges" : "1",
            "charges" : [ {
              "chargeNumber" : "2",
              "chargeCode" : "CON",
              "registrationDate" : "04/05/2016",
              "appointmentActDate" : "28/04/2016",
              "durationCode" : "RE",
              "durationDescription" : "FINO ALLA REVOCA",
              "presentationDate" : "02/05/2016",
              "value" : "CONSIGLIERE"
            } ]
          } ]
        }, {
          "progressivo" : "2",
          "administratorFlag" : "S",
          "mayorFlag" : "N",
          "individual" : {
            "surname" : "FERRARI",
            "name" : "GIOVANNI",
            "taxCode" : "FRRGNN57E29H924M",
            "gender" : "M",
            "birthDetails" : {
              "date" : "29/05/1957",
              "municipalityCode" : "071",
              "municipality" : "SAN GIOVANNI LUPATOTO",
              "province" : "VR"
            }
          },
          "address" : {
            "municipalityCode" : "071",
            "municipality" : "SAN GIOVANNI LUPATOTO",
            "province" : "VR",
            "addressTypeCode" : "VIA",
            "addressType" : "VIA",
            "street" : "LAGO D'ISEO",
            "streetNumber" : "6",
            "postalCode" : "37057"
          },
          "appointmentActs" : [ {
            "groupCharges" : "0",
            "charges" : [ {
              "chargeNumber" : "1",
              "chargeCode" : "CON",
              "registrationDate" : "04/05/2016",
              "appointmentActDate" : "28/04/2016",
              "durationCode" : "RE",
              "durationDescription" : "FINO ALLA REVOCA",
              "presentationDate" : "02/05/2016",
              "value" : "CONSIGLIERE"
            } ]
          } ]
        } ]
      },
      "administrationControl" : {
        "currentAdministrativeForms" : {
          "currentAdministrativeForm" : [ {
            "code" : "CA",
            "numberOfAdministratorsInCharge" : "2"
          } ]
        }
      }
    }
  }
}
</code></pre>

<br>

[^1]:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.transactionlink.io/docs/v1/integrations/infocamere/company-profile/get-company.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
