Get legal entities by Engagement GUID
Path parameters
-
The unique identifier (GUID) of the engagement to retrieve legal entities for
GET
/api/v1.0/engagements/{engagementSid}/legal-entities
curl \
-X GET https://sharedapi.adra.com/api/v1.0/engagements/{engagementSid}/legal-entities?%24top=42
Response examples (200)
{
"value": [
{
"city": "Example City",
"active": true,
"address1": "123 Business Street",
"address2": "Suite 100",
"extraInfo": "Additional notes",
"postalCode": "12345",
"countryCode": "US",
"countryName": "United States",
"currencyCode": "USD",
"currencyName": "US Dollar",
"legalEntityId": 12345,
"engagementGuid": "550e8400-e29b-41d4-a716-446655440001",
"organizationNo": "123456789",
"legalEntityCode": "LE001",
"legalEntityGuid": "550e8400-e29b-41d4-a716-446655440000",
"legalEntityName": "Example Subsidiary Ltd"
}
],
"@odata.count": "string",
"@odata.nextPage": "string"
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (401)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (403)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (default)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}