Click or drag to resize

WSCustomerConfig Class

Web service class for working with customers
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSCustomerConfig

Namespace: AppOne.Services.V2.Methods
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSCustomerConfig : BaseService

The WSCustomerConfig type exposes the following members.

Methods
 NameDescription
Public methodCode exampleGetCustomerConfig Returns a GetCustomerConfigOut response with a result model List<GetCustomerConfigModel>
Top
Remarks
Note  Note
Setup:
Manager > Employees
Configuration > General > General Configuration

Business Rules:
The GetCustomerConfigModel contract is the main object for working with a customer. The term customer and client will sometimes be used interchangeably within the API documentation.
See Also