Get one Legal entity with his UUID
GET/sint/legalEntity/:uuid
Get one Legal entity with his UUID
Request
Path Parameters
The UUID of the Legal entity you want to get
Responses
- 200
- 401
- 4XX|5XX
Return a Legal entity
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- ]
LegalName
Brand
Country alpha-2
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
Code langague talk
Address object[]
UUID
Address1
Address2
Address3
Zip Code
Country
City
NaturalPerson or LegalEntity UUID
Tag
AliasIBAN object[]
NaturalPerson or LegalEntity UUID
Iban
BIC
is Actif (default = true)
is Public (default = false)
AliasEmail object[]
NaturalPerson or LegalEntity UUID
is Actif (default = true)
is Public (default = false)
NPLE link UUID
is Valid (default = false)
AliasMobile object[]
UUID
NaturalPerson or LegalEntity UUID
MobileIndicatif
MobileNumber
is Actif (default = true)
is Public (default = false)
NPLE link UUID
Website url
Principal email
code Nas
[
{
"LegalName": "Olky Payment Service Provider",
"Brand": "Olkypay",
"Country": "FR",
"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",
"Address": [
{
"UUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Address1": "Champ de Mars",
"Address2": "5 Av. Anatole France",
"Address3": "",
"ZipCode": "75007",
"Country": "LU",
"City": "Paris",
"AbstractEntityUUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Tag": "Home",
"uuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
],
"AliasIBAN": [
{
"UUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Owner": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Iban": "FR7630006000011234567890189",
"BIC": "OLKILUL1",
"Actif": "true",
"Public": "true",
"uuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
],
"AliasEmail": [
{
"UUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Owner": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"Mail": "j.doe@example.com",
"Actif": "true",
"Public": "true",
"LinkNPLE": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"valid": "true",
"uuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
],
"AliasMobile": [
{
"UUID": "string",
"Owner": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"MobileIndicatif": "+33",
"MobileNumber": "0612345678",
"Actif": "true",
"Public": "true",
"LinkNPLE": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"uuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
],
"identityUuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"websiteUrl": "www.example.com",
"mailAddress": "john.doe@olky.eu",
"codeNace": "A",
"uuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
]
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"
}