The BC API v2 returns http/500, and content: "{"error":{"code":"Unknown","message":"Internal Server Error. (500) "}}", when using a deltalink, returned from a previous "odata.track-changes".
The original query:
api.businesscentral.dynamics.com/.../customers
with header:
request.Headers.Add("Prefer", "odata.track-changes");
returns the deltalink:
api.businesscentral.dynamics.com/.../customers
Which produces the http/500
HttpMethod GET, version "1.1"
ConfidentialClient authentication
Any ideas, anyone?