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

NaturalPerson(NaturalPerson)

A uniquely distinguishable individual; one single person.

{
    "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