Skip to main content

Edit one Legal entity

PUT 

/sint/legalEntity/:uuid/edit

Edit one Legal entity

Request

Path Parameters

    uuid stringrequired

    UUID of legal entity to edit

Body

Data to send

    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

    ActivityCode integernullable

    Activity Code

    CSPCode integernullable

    CSP Code

    websiteUrl stringnullable

    Website url

    mailAddress stringnullable

    Principal email

    codeNace stringnullable

    code Nas

Responses

Legal entity updated

Schema
    success boolean
    uuid string
Loading...