Dear All,
As we know that CRM soap organization service is getting depreciating from CRM 9.1 and we have to use the Web API instead of that. But we receive the response of API as in JSON for which if we convert or deserialize it to another data forms like Data Table etc.
It is quite difficult to change the existing C# code all over where org service operations (CRUD) are used.
Hence Can anyone suggest if we can convert JSON response to Entity/Entity Collection? Or Any other alternative provided by Microsoft for the same.