Web API : supported in Dynamics 365
The Web API was introduced with Dynamics 365 for Customer Engagement. It provides a RESTful web service with full compatibility with the organization service. It uses JSON in the body of the HTTP requests and responses, which makes it very suitable for use with JavaScript.
Organization Data Service : will be deprecated in future release of CRM
Also known as the “OData endpoint” or “REST endpoint for web resources.”
The organization data service remains available and you can use it so that code written for earlier versions will continue to work.
Organization service
Also known as the “Modern app SOAP endpoint” and the “SOAP endpoint for web resources.”
The organization service can be used but it is much more complex than the Web API with JavaScript because the HTTP requests and responses are sent using XML, which must conform to specific schema and namespaces.
The Web API was introduced with Dynamics 365 for Customer Engagement. It provides a RESTful web service with full compatibility with the organization service. It uses JSON in the body of the HTTP requests and responses, which makes it very suitable for use with JavaScript.
Organization Data Service : will be deprecated in future release of CRM
Also known as the “OData endpoint” or “REST endpoint for web resources.”
The organization data service remains available and you can use it so that code written for earlier versions will continue to work.
Organization service
Also known as the “Modern app SOAP endpoint” and the “SOAP endpoint for web resources.”
The organization service can be used but it is much more complex than the Web API with JavaScript because the HTTP requests and responses are sent using XML, which must conform to specific schema and namespaces.
No comments:
Post a Comment