The Legal Representative Object

The Legal Representative Object

PropertyTypeDescription
id_numberStringLegal representative’s ID number.
emailStringLegal representative’s email.
countryStringLegal representative’s country ISO code.
home_addressStringLegal representative’s home address.
cityStringLegal representative’s city.
zip_codeStringLegal representative’s ZIP code.

Example Object

      "legal_representative": {
         "id_number": "12345678",
         "email": "[email protected]",
         "country": "UY",
         "address": "Dr. Luis Bonavita 1234",
         "city": "Montevideo",
         "zip_code": "11300"
      }