The Legal Entity view is the legal entity master dataset for R365. It contains the business units that group one or more restaurant locations across an organization.
Legal Entity Columns
column_name | data_type | description |
|---|---|---|
tenant_id | integer | Customer's account identifier within the R365 platform. |
legal_entity_id | UUID | Unique identifier for the legal entity. |
legal_entity_name | string | Display name of the legal entity (business unit). |
phone_number | string | Primary phone number on record for the legal entity. |
address1 | string | Primary street address line for the legal entity. |
address2 | string | Secondary address line (e.g., suite, floor) for the legal entity. |
city | string | City in which the legal entity is registered. |
state | string | State or province in which the legal entity is registered. |
zip_code | string | ZIP or postal code for the legal entity's registered address. |
is_deleted | boolean | Indicates whether this legal entity has been deactivated and is no longer in active use. |