Click or drag to resize
Infosoft Logo

CallresultCustomerService Class

An implementation of the CustomerService using Callresult as a middle layer.
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.CustomerServicesCallresultCustomerService

Namespace: Infosoft.Webservices.CustomerServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public class CallresultCustomerService : ICustomerService

The CallresultCustomerService type exposes the following members.

Methods
 NameDescription
Public methodCreateCustomer Creates a new customer.
Public methodGetCustomerDynamicAttributes Gets the customer dynamic attributes.
Public methodSetCustomerDynamicAttributes Sets the customer dynamic attributes.
Public methodUpdateCustomerDetails Updates the customer details with the new values which is in the request. If a property is null or blank, it will overwrite the current values the customer has in the database.
Top
See Also