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

    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

    Address object[]
  • Array [
  • Address1 string

    Address1

    Address2 stringnullable

    Address2

    Address3 stringnullable

    Address3

    ZipCode stringnullable

    Zip Code

    Country string

    Country

    City stringnullable

    City

    Tag stringnullable

    Tag

  • ]
  • AliasIBAN object[]
  • Array [
  • Iban string

    Iban

    Actif booleannullable

    is Actif (default = true)

    Public booleannullable

    is Public (default = false)

  • ]
  • AliasEmail object[]
  • Array [
  • Mail string

    Mail

    Actif boolean

    is Actif (default = true)

    Public boolean

    is Public (default = false)

    valid booleannullable

    is Valid (default = false)

  • ]
  • AliasMobile object[]
  • Array [
  • MobileIndicatif string

    MobileIndicatif

    MobileNumber string

    MobileNumber

    Actif boolean

    is Actif (default = true)

    Public boolean

    is Public (default = false)

  • ]
  • NIF stringnullable
    Comments stringnullable
    CodeLangue stringnullable

    Possible values: [EN, FR]

    ActivityCode integernullable

    Activity Code

    CSPCode integernullable

    CSP Code

    countryOfBirth stringnullable

    Country of birth

Responses

Natural person created

Schema
    success boolean
    uuid string
Loading...