In our last Web API article we discussed about Web API functions, and if you have not checked itout yet, click here to know about Web API functions. Today, we are going to discuss about Web API actions. Similarly, function actions are also reusable pieces of code and can bound or unbound. There are lists of pre define actions, which can be referred to from here, but we can also create our own custom actions and call them as well. If you are new to actions, please refer to our older article to learn about creating actions.
We are going to discuss AddMemberList action which is a bound action. Bound actions or functions are called by using full name of the action or function including Microsoft.Dynamics.CRM namespace, so we need to use it like the following, Microsoft.Dynamics.CRM.AddMemberList