Aller au contenu principal

Get all natural Persons

GET 

/sint/naturalPerson/

Get all natural Persons

Request

Responses

List every Natural Person, if it empty, there is no Natural Person in the database

Schema
  • Array [
  • Gender stringnullable

    The person gender

    LastName stringnullablerequired

    Last name

    FirstName stringnullablerequired

    First name

    OtherFirstNames stringnullable

    Other first name

    MaidenName stringnullable

    Maiden name

    DateOfBirth date-timenullablerequired
    CountryOfCitizenship stringnullable

    Country of citizenship

    CountryOfCitizenship2 stringnullable

    Second country of citizenship

    Birthplace stringnullable

    Birthplace

    StateOfBirth stringnullable

    State of birth

    NIF stringnullable
    Comments stringnullable
    CodeLangue stringnullable
    ActivityCode integernullable

    Activity Code

    CSPCode integernullable

    CSP Code

    countryOfBirth stringnullable

    Country of birth

    identityUuid stringnullable
    uuid stringnullable
  • ]
Loading...