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

Person(Person)

A Person is either a Natural Person (a uniquely distinguishable individual) or a Legal Person (any other entity besides a natural person that can establish a permenant customer relationship with an affected entity or otherwise own property).

{
    "naturalPerson": {
        "name": {
            "nameIdentifier": [
                {
                    "primaryIdentifier": "Miura",
                    "secondaryIdentifier": "Kentaro",
                    "nameIdentifierType": "LEGL"
                }
            ],
            "localNameIdentifier": [
                {
                    "primaryIdentifier": "三浦",
                    "secondaryIdentifier": "建太郎",
                    "nameIdentifierType": "LEGL"
                }
            ]
        },
        "geographicAddress": [
            {
                "addressType": "HOME",
                "streetName": "Shimohirakawa",
                "buildingNumber": "1536-2",
                "townName": "菊川市",
                "countrySubDivision": "静岡県",
                "postCode": "437-1514",
                "country": "JP"
            }
        ],
        "nationalIdentification": {
            "nationalIdentifierType": "SOCS",
            "nationalIdentifier": "0537-73-2271",
            "countryOfIssue": "JP"
        },
        "customerIdentification": "mvr5YZBdAuV8sgexCHL4CRkbCvTV7odT1i",
        "dateAndPlaceOfBirth": {
            "dateOfBirth": "1979-02-14",
            "placeOfBirth": "Tokyo, Japan"
        },
        "countryOfResidence": "JP"
    }
}
Built with