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

    countryOfBirth stringnullable

    Country of birth

Responses

UUID of Natural person edit

Schema
    success boolean
    uuid string
Loading...