Please enable JavaScript to view this site.

HsM Reference Manual

Navigation:  Dedicated backend infrastructure > Client Service > Customers

Customer base data

Table 25 show attributes considered as customer base data HsM.

Customer base data can be read by any user having VIEW_CUSTOMER permission on that customer. Additionally customer base data can be read by users having  VIEW_CUSTOMER permission on any of the direct descendants.

Customer base data cannot be directly edited if the customer is flagged as externally managed, in this case customer base data can only be modified via the Synchronization API.

Attribute

Description

Customer number

Optional. A string that - if not empty - uniquely identifies a customer within all customers with the same (direct) reseller. Customer numbers must conform to following regex:

[^\s]+[\w\p{P} ]+[^\s]+

Customer code

Optional. Each customer in the HsM system can have a user-definable unique alphanumeric customer code. This code can be used in external applications to reference a customer.

If specified, the customer code must conform to the regex [a-zA-Z0-9]{1,20} and must be unique among all customer codes in the whole HsM system. Customer with status Deleted are not included in this uniqueness check. The uniqueness of the customer code is checked case-insensitive i.e., there cannot be two customers (in status Active) with customer codes AB12 and ab12.

Max length: 20 Characters

Name 1

Mandatory. Name of the customer as usually written on the first line of a postal address.

Max length: 80 Characters

Name 2

Optional. Name of the customer as usually written on the second line of a postal address.

Max length: 80 Characters

Name 3

Optional. Name of the customer as usually written on the third line of a postal address.

Max length: 80 Characters

Name 4

Optional. Name of the customer as usually written on the fourth line of a postal address.

Max length: 80 Characters

Address 1

Optional. First line of the postal address of the customer.

Max Length: 100 characters

Address 2

Optional. Second line of the postal address of the customer.

Max Length: 100 characters

City

Optional. City of the postal address of the customer  

Max length: 50 Characters

Postal code

Optional. Postcode of the postal address of the customer

Max length: 10 Characters

Country code

Optional. ISO 2-letter country code  

Locale

Optional. Locale of the customer expressed as an BCP-47 language tag.

Table 25: Customer base data attributes