Get person

Get details about given person

Input

User needs to provide company number

Attribute
Type
Description

companyNumber

String

Search phrase (at least 3 characters)

tradeBoards

String

Comma separated values which symbols of Italian Chambers of Commerce that narrow searching scope eg. MI,BR,PC (optional)

Output

Attribute
Type
Description

personId

Number

Sequence number

personData

Object

Contains detailed information about the person.

PersonData

Contains detailed information about a specific person.

Attribute
Type
Description

surname

String

The surname of the person.

name

String

The name of the person.

provinceOfBirth

String

The province code of birth.

descriptionOfBirthProvince

String

Description of the province of birth.

dateOfBirth

String

The date of birth of the person.

taxCode

String

The tax code of the person.

alternateCode

String

Alternate code of the person.

{
    "infocamere": {
      "personId": 1,
      "personData": {
        "surname": "BARONE",
        "name": "FRANCESCO",
        "provinceOfBirth": "BG",
        "descriptionOfBirthProvince": "BERGAMO",
        "dateOfBirth": "1990-04-12",
        "taxCode": "BRNFNC90D12L400P",
        "alternateCode": "BRNFNC90D12L400P"
      }
    }
  }

Last updated