CBRE Client
  1. Schemas
CBRE Client
  • Client - Projects & Reactives
  • Client Backend Tool
  • File Manager
  • Schemas
    • Reply
    • ErrorReply
    • FieldErrors
    • PageInfo
    • APIAuthentication
    • LoginReply
    • ReauthenticateRequest
    • Account
    • AccountForm
    • AccountSummary
    • AccountList
    • CryptoAddress
    • CryptoAddressList
    • CryptoAddressForm
    • Counterparty
    • CounterpartyForm
    • CounterpartySummary
    • CounterpartyList
    • Transaction
    • TransactionForm
    • TransactionList
    • SecureEnvelope
    • SecureEnvelopeSummary
    • Envelope
    • EnvelopeSummary
    • EnvelopeList
    • Rejection
    • Repair
    • Prepare
    • Prepared
    • IdentityPayload
    • Originator
    • Beneficiary
    • OriginatingVASP
    • BeneficiaryVASP
    • TransferPath
    • IntermediaryVASP
    • PayloadMetadata
    • Person
    • LegalPerson
    • LegalPersonName
    • LegalPersonNameID
    • LocalLegalPersonNameID
    • LegalPersonNameTypeCode
    • NaturalPerson
    • NaturalPersonName
    • NaturalPersonNameID
    • LocalNaturalPersonNameID
    • NaturalPersonNameTypeCode
    • Address
    • AddressTypeCode
    • DateAndPlaceOfBirth
    • NationalIdentification
    • NationalIdentifierTypeCode
    • TransactionPayload
    • PendingPayload
    • TRISAError
    • PublicKeySignature
    • TransferState
    • User
    • UserForm
    • UserList
    • UserPassword
    • APIKey
    • APIKeyForm
    • APIKeyCreated
    • APIKeyList
    • StatusReply
    • TravelAddress
  • Response Schema
  1. Schemas

LegalPerson(LegalPerson)

An entity other than a natural person that can establish a permenant customer releationship with an affected entityh or otherwise own property. This can include companies, bodies corporate, foundations, anstalt, partnerships, or associations and other relevantly similar entities.

{
    "name": {
        "nameIdentifier": [
            {
                "legalPersonName": "Tabadul al'Bitakwin",
                "legalPersonNameIdentifierType": "LEGL"
            }
        ],
        "localNameIdentifier": [
            {
                "legalPersonName": "تبادل البيتكوين",
                "legalPersonNameIdentifierType": "LEGL"
            }
        ]
    },
    "geographicAddress": [
        {
            "addressType": "GEOG",
            "addressLine": [
                "4904 Mara Island",
                "Abu Dhabi Emirate, Al Dhafrah Region",
                "Western Mahadir"
            ],
            "country": "AE"
        }
    ],
    "customerNumber": "mvr5YZBdAuV8sgexCHL4CRkbCvTV7odT1i",
    "nationalIdentification": {
        "nationalIdentifier": "H7M600ZKXTMEJ8V2ZK52",
        "nationalIdentifierType": "LEIX"
    },
    "countryOfRegistration": "AE"
}
Built with