CustomerClient
A link between the given customer and a client customer. CustomerClients only exist for manager customers. All direct and indirect client customers are included, as well as the manager itself.
Columns
Name
Type
Behavior
Description
CustomerClientAppliedLabels
String
Attribute
AppliedLabels column for table CustomerClient
CustomerClientClientCustomer
String
Attribute
ClientCustomer column for table CustomerClient
CustomerClientCurrencyCode
String
Attribute
CurrencyCode column for table CustomerClient
CustomerClientDescriptiveName
String
Attribute
DescriptiveName column for table CustomerClient
CustomerClientHidden
Bool
Attribute
Hidden column for table CustomerClient
CustomerClientId
Long
Attribute
Id column for table CustomerClient
CustomerClientLevel
Long
Attribute
Level column for table CustomerClient
CustomerClientManager
Bool
Attribute
Manager column for table CustomerClient
CustomerClientResourceName
String
Attribute
ResourceName column for table CustomerClient
CustomerClientTestAccount
Bool
Attribute
TestAccount column for table CustomerClient
CustomerClientTimeZone
String
Attribute
TimeZone column for table CustomerClient
CustomerId
Long
Attribute
ClientCustomerId column for table CustomerClient
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name
Type
Description
ManagerId
Long
Id of the manager account on behalf of which you are requesting customer data.
Last updated