Account Search using Address ( REST API)
Hi We have a requirement to search and locate an Account using REST API queried by Address, City, State and Country.
Tried calling the REST API in two diff formats and both are not working. Have any one of you tried this before ? Any insight will be highly appreciated.
/crmRestApi/resources/latest/accounts?q=addresses.AddressLine1='123 Main St' and addresses.City='Cincinnati' and addresses.State='OH' and addresses.Country='US'
/crmRestApi/resources/latest/accounts?q=AddressLine1='123 Main St' and City = 'PLANO' and state = 'TX'