Hi,
I am unable to perform patch operation on CustomersV3, Customer Postal Address and Bank Account.
Below is the url and json that I used.
Method :
Url : https://trial-dsq5km.sandbox.operations.dynamics.com/data/CustomersV3?$filter=CustomerAccount eq 'test1'
Json :
{
"OrganizationName" : "test"
}
Error :
"message": "More than one resource was found when selecting for update.",
"type": "Microsoft.Dynamics.Platform.Integration.Services.OData.ODataArgumentException".
when tried Get operation using this same url i'm getting only 1 record.
Can anyone help me on this.
Thanks in advance.