Hi Techeies
Facing a strange problem (in OOB organization as well). I have an entity (say account) which has 1:n relation with another entity (say contact). I'm using webapi to retrieve data of parent & child entities using following query.
https://MYORG.api.crm8.dynamics.com/api/data/v8.1/accounts%28475b158c-541c-e511-80d3-3863bb347ba8%29?$select=name&$expand=contact_customer_accounts%28$select=fullname%29
This is working fine when for the first time i'm retrieving data. If I Associate one another contact to the same account and run the query it is not reflecting the newly added query. In this scenario fiddler is showing response status 304. Also, this is always happening if I open it through Firefox and in some machines it is happening in IE as well.
I have even tried with request header "Cache-Control: no-cache", but no success. Any one faced this kind of problem ? Is there any way that I can force WebApi to return data all the times ?
Thank you
Srikanth.
*This post is locked for comments
I have the same question (0)