CustomerGet

With this function, the data of one or all customers can be retrieved. If the field cid is left empty, the data of all own customers are returned, otherwise only that of the specified customer. If no matching record is found, an empty list is returned.

The names returned in subscription can be used to call HostingSubscriptionGet.

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentifizierungsdaten

cid

long

^\d{1,18}$

yes

Kundennummer

Response

Field

Type

Null?

Description

customers

CustomerDetails[]

yes

array with customer data records

CustomerDetails

Field

Type

RegExp

Null?

Description

id

string

no

data record ID

cid

long

no

customer number

owner_c

string

no

contact ID of the customer

admin_c

string

no

contact ID of the technical contact

billing_c

string

no

contact ID of the billing contact

locked

integer

no

status (0 = active, 1 = locked, 2 = suspended)

subscription

string[]

yes

list with subscription names assigned to this customer


Zuletzt aktualisiert am 29.06.2020.
weiter: HostingCronAdd
zurück: CustomerEdit