Create a new Legal entity
POST/sint/legalEntity/new
Create a new Legal entity
Request
- application/json
Body
Data to send
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
LegalName
Brand
LegalForm
RCSlocation
RCSnumber
Is the company fully incorporated ?
DateConstitution
The share capital of the company, in cents
Is the company listed on the stock exchange
Place of quotation on the stock exchange
Is the company subject to VAT
VAT number including country prefix
Tax number
Free text
Activity Code
CSP Code
Possible values: [EN
, FR
]
Code langague talk
Address object[]
Address1
Address2
Address3
Zip Code
Country
City
Tag
AliasIBAN object[]
Iban
Default value: true
is Actif (default = true)
Default value: false
is Public (default = false)
AliasEmail object[]
Default value: true
is Actif (default = true)
Default value: false
is Public (default = false)
Default value: false
is Valid (default = false)
AliasMobile object[]
MobileIndicatif
MobileNumber
Default value: true
is Actif (default = true)
Default value: false
is Public (default = false)
Website url
Principal email
code Nas
Responses
- 200
- 401
- 4XX|5XX
Legal entity created
- application/json
- Schema
- Example (from schema)
Schema
{
"success": "true",
"uuid": "25d2a808-aa55-4ce9-983b-ba6ae46fadc7"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
{
"success": "false",
"code": "400",
"internal_code": "3001",
"message": "Incorect data"
}