Writing retrievemultiple request using Web API
Mahender
December 29, 2015 3 Comments on Writing retrievemultiple request using Web API
In our last post we provided sample code to write retrieve method using Web API. Retrieve methods brings data based on the primary key, so we just need to pass primary key of specific entity record whose data we want to bring and obviously it always returns single record. In this post we are going to provide sample code for… Read more »