Get legal entities by Engagement GUID Run in API Explorer
GET
/api/v1.0/engagements/{engagementSid}/legal-entities
curl \
--request GET 'https://sharedapi.adra.com/api/v1.0/engagements/{engagementSid}/legal-entities?%24top=42' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"value": [
{
"legalEntityId": 42,
"legalEntityGuid": "string",
"engagementGuid": "string",
"legalEntityCode": "string",
"legalEntityName": "string",
"countryCode": "string",
"currencyCode": "string",
"organizationNo": "string",
"address1": "string",
"address2": "string",
"postalCode": "string",
"city": "string",
"extraInfo": "string",
"active": true
}
],
"@odata.count": "string",
"@odata.nextPage": "string"
}
Response examples (400)
{
"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 (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (default)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}