Get all legal entities
GET/sint/legalEntity/
Get all legal entities
Request
Responses
- 200
- 401
- 4XX|5XX
List every LegalEntity, if it empty, there is no legalEntity in the database
- application/json
- Schema
- Example (from schema)
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
[
{
"LegalName": "Olky Payment Service Provider",
"Brand": "Olkypay",
"LegalForm": "Limited Company",
"RCSlocation": "Nantes",
"RCSnumber": "RC NANTES 234 987 456",
"IsIncorporated": "true",
"DateOfIncorporation": "2011-05-23",
"ShareCapital": "1000000",
"IsListedOnStockExchange": "true",
"PlaceOfQuotation": "Paris",
"VATSubject": "true",
"VATNumber": "IE1234567T",
"NIF": "12345678",
"Comments": "free text for legal entity",
"ActivityCode": "2",
"CSPCode": "2",
"CodeLangue": "EN",
"identityUuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
]
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...