The Contact Information Object

The Contact Information Object

PropertyTypeDescription
business_phone_numberStringThe business phone number.
compliance_officerObjectSee The Compliance Officer Object information.
legal_representativeObjectSee The Legal Representative Object information.

Example Object

   "contact_information":{
      "business_phone_number":"+59899123456",
      "compliance_officer":{
         "name":"Joe Doe",
         "email":"[email protected]",
         "linkedin_profile":"https://www.linkedin.com/in/joe-doe/"
      },
      "legal_representative":{
         "id_number":"12345678",
         "email":"[email protected]",
         "country":"UY",
         "address":"Dr. Luis Bonavita 1234",
         "city":"Montevideo",
         "zip_code":"11300"
      }
   }