Gets the legal entity dimensions. Run in API Explorer
Ask AI
This request should be used to retrieve information around legal entities such as legal entity names, addresses, and currency configurations – as seen under the legal entity tab on the engagement in Setup.
GET
/api/LegalEntityDimensions
curl \
--request GET 'https://analyticsapi.adra.com/balancer/api/LegalEntityDimensions' \
--user "username:password"
Response examples (200)
[
{
"City": "",
"Status": "Active",
"Country": "240",
"ZipCode": "",
"Address1": "",
"Address2": "",
"EntityCode": "1000x",
"EntityName": "Company 4000",
"IsCrossEntity": null,
"Engagement_Key": 4316,
"LegalEntity_Key": 7854,
"EntityInformation": "",
"EntityCurrencyCode": "EUR",
"EntityCurrencyName": "Euro"
}
]