The Web Services module exposes some of the ContactEase (CE) core engine for use via Web Method Calls. It is intended that it will eventually expose all of the core functionality, but at this point in time is being expanded as needed when clients request new features.
While some Methods take simple values as the parameters, others require that you pass XML which contains the criteria for the call.
The purpose of this documentation is:
- To explain what the operation does
- Define the meaning and type of the parameters of the operation
- Provide sample code
- Give helpful hints
There is a document containing ContactEase Web API examples here.