| Customer Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Customer : RemovableCorrigoEntity
The Customer type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Addresses | 
            Zero or one Street Address.
            Is required.
             | 
|  | ApprovalScopes | |
|  | Contacts | 
            Contacts are persons who are working for Customer and who actively participate in Work Order lifecycle.
            Is required.
             | 
|  | Contract | 
            Default Financial contract assigned when work order is created for this customer,
            if it’s not defined - the work zone contract will be used.
            Contract affects costs, vendor invoice/WON, charges etc.
             | 
|  | CustomFields | 
            Custom Fields
             | 
|  | Dba | 
             Gets a DBA (Doing business as) value.
             Max Length=64.
             Is required.
             | 
|  | DisplayAs | 
             Gets a display as value.
             Max Length=64.
             Is required.
             | 
|  | GroupsBridge | 
            Customer Groups.
            Is required.
             | 
|  | Instructions | 
             Service instructions to relay to team members who are visiting this customer,
             HTML content supported.
             Max Length=3072.
             | 
|  | Name | 
             Customer's name.
             Max Length=64.
             Is required.
             | 
|  | Notes | 
            Notes
             | 
|  | Spaces | 
            Spaces. Space (sometimes called Location) is occupancy record connecting Customer and Unit.
            Space means that Customer occupies particular Unit Asset. 
             | 
|  | TaxExempt | 
            Gets a value indicating whether this customer can be defined as tax exemption,
            True means Customer doesn’t pay sales taxes (used by Customer Invoices).
            Is required.
             | 
|  | TenantCode | 
             Gets a tenant code - unique number, usually used to map customer to external system.
             Max Length=64.
             Is required.
             | 
|  | WorkZone | 
            Work Zone to which Customer belongs.
            Is required.
             | 
 See Also
See Also