How to reflect the Account's address in Account level for CRM-REST API?
Hello everyone,
I currently have an issue with data import for address details in account level.
Scenario:
The address is exisitng in Address level but are null in Account level. I tried to update the address details in Account Object via import but instead of updating, it creates another address.
Is there any functionality or field in CRM that we can update to reflect the address in the account?
https://{{envi}}:443/crmRestApi/resources/latest/accounts/
"AddressNumber": null,
"AddressLine1": null,
"AddressLine2": null,
"AddressLine3": null,
"AddressLine4": null,
"City": null,
"Country": null,
"County": null,
"PostalCode": null,
"State": null