Hi Everyone,
Im attempting to send data to Dynamics NAV 2017 from a C# Application via a ODataV4 Connected Service.
However when saving the changes tracked by the connected service extension in Visual Studio i am getting the following error.
The context URI '[i]ODataV4 Endpoint Redacted[/i]' is not valid for the expected payload kind 'Resource'.
I have tried searching for this issue online but nobody seems to have any examples except for the standard create, update of a customer.
Can someone point me in the direction of how to solve this issue?