I'm new to the Dynamics 365 Web API and I'm trying some things out. I followed and used the BasicOperations C# application with success.
Now I would like to perform an HTTP GET method to get an account/contact record and then update it with new values.
The problem is that I can't seem to get the record without using the OData-EntityId. Is it even possible to do so? All the examples start with creating an entity and then using the ID to perform update/delete/get methods.
Can someone point me in the right direction?
Thank you!