Skip to main content

Get one Natural Person with his UUID

GET 

/sint/naturalPerson/:uuid

Get one Natural Person with his UUID

Request

Path Parameters

    uuid stringrequired

    The UUID of the Abstract entity of the natural person you want to get

Responses

Return a Natural person

Schema
  • Array [
  • Gender stringnullable

    The person gender

    LastName stringnullable

    Last name

    FirstName stringnullable

    First name

    OtherFirstNames stringnullable

    Other first name

    MaidenName stringnullable

    Maiden name

    DateOfBirth date-timenullable
    CountryOfCitizenship stringnullable

    Country of citizenship

    CountryOfCitizenship2 stringnullable

    Second country of citizenship

    Birthplace stringnullable

    Birthplace

    StateOfBirth stringnullable

    State of birth

    Address object[]
  • Array [
  • UUID string

    UUID

    Address1 string

    Address1

    Address2 stringnullable

    Address2

    Address3 stringnullable

    Address3

    ZipCode stringnullable

    Zip Code

    City stringnullable

    City

    Tag stringnullable

    Tag

    uuid stringnullable
  • ]
  • AliasIBAN object[]
  • Array [
  • UUID string
    Iban string

    Iban

    BIC string

    BIC

    Actif booleannullable

    is Actif (default = true)

    Public booleannullable

    is Public (default = false)

    uuid stringnullable
  • ]
  • AliasEmail object[]
  • Array [
  • UUID string
    Owner string

    NaturalPerson or LegalEntity UUID

    Mail string

    Mail

    Actif boolean

    is Actif (default = true)

    Public boolean

    is Public (default = false)

    valid booleannullable

    is Valid (default = false)

    uuid stringnullable
  • ]
  • AliasMobile object[]
  • Array [
  • UUID string[]

    UUID

    MobileIndicatif string

    MobileIndicatif

    MobileNumber string

    MobileNumber

    Actif boolean

    is Actif (default = true)

    Public boolean

    is Public (default = false)

    uuid stringnullable
  • ]
  • NIF stringnullable
    Comments stringnullable
    CodeLangue stringnullable
    ActivityCode integernullable

    Activity Code

    CSPCode integernullable

    CSP Code

    codeShop stringnullable

    Code Shop

    idBB stringnullable

    Id BB

    ibanOlkyPay stringnullable

    IBAN Oky Pay

    countryOfBirth stringnullable

    Country of birth

    identityUuid stringnullable
    idLausanne stringnullable

    Id Lausane

    uuid stringnullable
  • ]
Loading...