Skip to main content

Create one new Natural person

POST 

/sint/naturalPerson/new

Create one new Natural person

Request

Body

Natural Person request body description

    Gender stringnullable

    Possible values: [Mr, Mme, Mr et Mme]

    The person gender

    LastName stringrequired

    Last name

    FirstName stringrequired

    First name

    OtherFirstNames stringnullable

    Other first name

    MaidenName stringnullable

    Maiden name

    DateOfBirth date-timerequired
    CountryOfCitizenship stringnullable

    Country of citizenship

    CountryOfCitizenship2 stringnullable

    Second country of citizenship

    Birthplace stringnullable

    Birthplace

    StateOfBirth stringnullable

    State of birth

    Address object[]
  • Array [
  • Address1 stringrequired

    Address1

    Address2 stringnullable

    Address2

    Address3 stringnullable

    Address3

    ZipCode stringnullable

    Zip Code

    Country stringrequired

    Country

    City stringnullable

    City

    Tag stringnullable

    Tag

  • ]
  • AliasIBAN object[]
  • Array [
  • Iban stringrequired

    Iban

    Actif booleannullable

    Default value: true

    is Actif (default = true)

    Public booleannullable

    Default value: false

    is Public (default = false)

  • ]
  • AliasEmail object[]
  • Array [
  • Mail stringrequired

    Mail

    Actif boolean

    Default value: true

    is Actif (default = true)

    Public boolean

    Default value: false

    is Public (default = false)

    valid booleannullable

    Default value: false

    is Valid (default = false)

  • ]
  • AliasMobile object[]
  • Array [
  • MobileIndicatif stringrequired

    MobileIndicatif

    MobileNumber stringrequired

    MobileNumber

    Actif boolean

    Default value: true

    is Actif (default = true)

    Public boolean

    Default value: false

    is Public (default = false)

  • ]
  • NIF stringnullable
    Comments stringnullable
    CodeLangue stringnullable

    Possible values: [EN, FR]

    ActivityCode integernullable

    Activity Code

    CSPCode integernullable

    CSP Code

    SourceIncomeCode integernullable

    Source Income Code

    countryOfBirth stringnullable

    Country of birth

    pep booleannullable

    true if person is politically exposed

    minimumMonthlyIncome integernullable

    low range of the person's income, in cents

    maximumMonthlyIncome integernullable

    Max range of the person's income, in cents

    minimumWealthValue integernullable

    low range of the person's wealth value, in cents

    maximumWealthValue integernullable

    Max range of the person's wealth value, in cents

    own_external_sepa_account booleannullable

    Has european account

Responses

Natural person created

Schema
    success boolean
    uuid string
Loading...