Aller au contenu principal

Get all legal entities

GET 

/sint/legalEntity/

Get all legal entities

Request

Responses

List every LegalEntity, if it empty, there is no legalEntity in the database

Schema
  • Array [
  • LegalName stringnullable

    LegalName

    Brand stringnullable

    Brand

    LegalForm stringnullable

    LegalForm

    RCSlocation stringnullable

    RCSlocation

    RCSnumber stringnullable

    RCSnumber

    IsIncorporated booleannullable

    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

    Code langague talk

    identityUuid stringnullable
  • ]
Loading...