RE: Update PartyLocationPostalAddress using Odata URL
I know this is an old post but I've been having the same issue as of now and I was looking for a resolution for a while. For those of you still struggling with the issue, there are two things to look out for:
1. The DateTime must not be put between quotes, because then the OData will handle it as a string instead of date.
2. The value must be a properly formatted DateTimeOffset like: 1970-01-01T00:00:00Z
The posted URL should be as follows:
https://<myEnviroment>.cloudax.dynamics.com/Data/PartyLocationPostalAddress(PartyNumber='000000304',LocationId='000004774',ValidFrom=2018-06-28T12:11:06.000Z)?cross-company=true