CIWS

Filter guides

We found 2 results!
Technical Guide

CRM-service CIWS Library for REST

CIWS Library for REST CRM-service CIWS is a client library that can be used with our REST interface. Requirements .NET Framework 4.5 or later Example Code using System; using System.Collections.Generic; using System.Linq; using CRMservice.ciws.rest; using CRMservice.ciws.rest.Authenticators; using CRMservice.ciws.rest.Core; using MongoDB.Driver; namespace SyncInterfaceService { class Program { [CrmModule(Module.Accounts)] public class CrmAccountForRelation { [CrmFieldName(“id”)] public string Id […]

Technical Guide

CRM-service CIWS Library for SOAP

CRM-service CIWS Library for SOAP CRM-service CIWS is a client library used as an easy access interface for CIWS API. To use the CIWS API you need a specific API key for your CRM-service instance. Requirements .NET Framework 4.5 or later CrmManager Namespace: CRMservice.ciws.Manager Namespace: CRMservice.ciws.Manager.Default CrmManager is used for accessing webservices. You can make […]

    Combined Shape