Aller au contenu principal

Create a new Legal entity

POST 

/sint/legalEntity/new

Create a new Legal entity

Request

Body

Data to send

    LegalName stringrequired

    LegalName

    Brand stringrequired

    Brand

    LegalForm stringnullable

    LegalForm

    RCSlocation stringnullable

    RCSlocation

    RCSnumber stringnullable

    RCSnumber

    IsIncorporated booleanrequired

    Is the company fully incorporated ?

    DateOfIncorporation date-timenullable

    DateConstitution

    ShareCapital integernullable

    The share capital of the company, in cents

    IsListedOnStockExchange booleannullable

    Is the company listed on the stock exchange

    PlaceOfQuotation stringnullable

    Place of quotation on the stock exchange

    VATSubject booleannullable

    Is the company subject to VAT

    VATNumber stringnullable

    VAT number including country prefix

    NIF stringnullable

    Tax number

    Comments stringnullable

    Free text

    ActivityCode integernullable

    Activity Code

    CSPCode integernullable

    CSP Code

    CodeLangue stringnullable

    Possible values: [EN, FR]

    Code langague talk

    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)

  • ]
  • websiteUrl stringnullable

    Website url

    mailAddress stringnullable

    Principal email

    codeNace stringnullable

    code Nas

Responses

Legal entity created

Schema
    success boolean
    uuid string
Loading...