Edit one Legal entity
PUT/sint/legalEntity/:uuid/edit
Edit one Legal entity
Request
Path Parameters
uuid stringrequired
UUID of legal entity to edit
- application/json
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
- 200
- 401
- 4XX|5XX
Legal entity updated
- application/json
- Schema
- Example (from schema)
Schema
success boolean
uuid string
{
"success": "true",
"uuid": "25d2a808-aa55-4ce9-983b-ba6ae46fadc7"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
success boolean
code integer
internal_code integer
message string
{
"success": "false",
"code": "400",
"internal_code": "3001",
"message": "Incorect data"
}
Loading...