Click or drag to resize

GetCustomerConfigModel Class

This class is the model for retrieving the core meta data for a given customer account
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetCustomerConfigModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class GetCustomerConfigModel

The GetCustomerConfigModel type exposes the following members.

Properties
 NameDescription
Public propertyCompanyInfo Gets a CompanyInfo structure.
Public propertyGlobalSettings Gets a CustomerGlobalSettings structure.
Top
Remarks
This class is the model for retrieving the core meta data for a given customer account. The GetCustomerConfigModel is grouped by various structures which help to organize the meta data into subsets. This grouping is closely aligned with how the user interface is laid out in the management dashboard.

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.
Note  Note
This object is read-only. Direct access to setting these values must be done in the time-web user interface
Example
See Also