REST – Introduction

Introduction

REST represents Representational State Transfer. REST is an architectural style in which every resource is addressed by using a unique URI. In Microsoft Dynamics CRM, a resource can be an entity collection or a record.

Microsoft Dynamics CRM implementation of OData

Microsoft Dynamics CRM 2011 uses the Windows Communication Foundation (WCF) Data Services framework to provide an Open Data Protocol (OData) endpoint that is a REST-based data service. This endpoint is called the Organization Data Service. In Microsoft Dynamics CRM, the service root URI is:

[Your Organization Root URL]/xrmservices/2011/organizationdata.svc/$metadata

 Limitations

The OData endpoint provides an alternative to the SOAP endpoint, but there are currently some limitations.

Only Create, Retrieve, Update, and Delete actions can be performed on entity records.

  • Messages that require the Execute method cannot be performed.
  • Associate and disassociate actions can be performed by using navigation properties.

 

Courtesy : MSDN Microsoft


Discover more from Arun Potti's Power Platform blog

Subscribe to get the latest posts to your email.

2 thoughts on “REST – Introduction

  1. Hi Arun Potti, you are doing a noble thing by imparting knowledge. This world needs more people like you to be a better to live. I appreciate and thank you for your time and effort. Keep up the good work.

Leave a Reply