https://api.payload.com/legal_entities
Nested Objects
https://api.payload.com/legal_entities/{id}/owners
https://api.payload.com/legal_entities/{id}/stakeholders
Example
{
"id": "le_QmZuy4fXOMKV8PGrrab75v2e",
"object": "legal_entity",
"attrs": {},
"business_id": "string",
"city": "string",
"contact_email": "[email protected]",
"contact_name": "string",
"contact_title": "string",
"country_code": "string",
"created_at": "2024-08-21 13:35:03",
"ein": "numeric",
"legal_name": "string",
"modified_at": "2024-08-21 13:35:03",
"owners": [],
"phone_number": "(123) 456-7890",
"postal_code": "postal_code",
"start_date": "2024-08-21 13:35:03",
"state_incorporated": "string",
"state_province": "string",
"street_address": "string",
"type": "LIMITED_LIABILITY_COMPANY",
"unit_number": "string",
"website": "string",
"public_exchanges": {
"primary": "NYSE",
"symbols": {
"nasdaq": "string",
"nyse": "string"
}
}
}
| Attributes | Description |
|---|---|
idstring readonly |
Object ID |
objectstring readonly |
Value: legal_entity |
attrsjson |
Custom object attributes |
business_idstring |
Business ID (CAD) |
citystring required |
City of the business |
contact_email |
Email of primary contact |
contact_namestring |
Name of primary contact |
contact_titlestring |
Title of primary contact |
country_codestring |
Country code of the business address |
created_atdatetime readonly |
None |
einnumeric required |
Tax ID of the entity |
legal_namestring required |
Legal name of the entity |
modified_atdatetime readonly |
None |
ownerslist |
Array of associated Legal Entity Owner objects |
phone_numberphone required |
Phone number of the business |
postal_codepostal_code required |
Postal code of the business |
start_datedatetime |
Start date of the business |
state_incorporatedstring required |
State where the legal entity was incorporated |
state_provincestring required |
State of the business |
street_addressstring required |
Street address of the business |
typestring required |
Values: LIMITED_LIABILITY_COMPANY CORPORATION PUBLIC_CORPORATION PARTNERSHIP GOVERNMENT_AGENCY ASSOCIATION_ESTATE_TRUST TAX_EXEMPT_ORGANIZATION INDIVIDUAL_SOLE_PROPRIETORSHIP |
unit_numberstring |
Unit number of the business |
websitestring required |
Website of the business |
| public_exchanges: | |
|---|---|
primarystring required |
Values: NYSE NASDAQ |
| symbols: | |
|---|---|
nasdaqstring |
None |
nysestring |
None |