Skip to main content

Edit one Natural person

PUT 

/sint/naturalPerson/:uuid/edit

Edit one Natural person

Request

Path Parameters

    uuid stringrequired

    UUID of the natural person who you want to edit

Body

Data to send

    Gender stringnullable

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

    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

    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

UUID of Natural person edit

Schema
    success boolean
    uuid string
Loading...