Custom Services (CRUD Services)

Learn about the custom services.

The CRUD (Create, Read, Update and Delete) services are basic functionality of CRM.webservices. The purpose of the CRUD services is to expose update.CRM business logic and data via SOAP or RESTful services. CRUD Services are not delivered out-of-the-box. Instead, they can be generated as needed with just a few mouse clicks, using the CRM.webservices administration interface (Service Generator). It ensures that any customization of the data model is reflected in the interfaces you deploy.

Any entity in the update.CRM database can be exposed as a complex SOAP data type, and accessed by third-party applications for both read and write operations using specialized SOAP methods. As of Service Pack 2 of CRM.webservices it is additionally possible to generate REST service endpoints.

In addition, you can create custom CRUD services which you can customize the data types they contain. For further information see https://support.aurea.com.