CustomerEdit

With this function, the data of an existing customer can be modified (e.g. suspend customer, set new contact details, etc.). The customer number cannot be changed via the SOAP API (please use the web interface).

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentication data

cid

long

^\d{1,18}$

no

Customer number

owner_c

string

^[\w.-]{12}$

yes

new contact ID of the customer

admin_c

string

^[\w.-]{12}$

yes

new contact ID of the technical contact

billing_c

string

^[\w.-]{12}$

yes

new contact ID of the billing contact

locked

integer

^[012]$

yes

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

Response

Field

Type

Null?

Description

status

string

no

Status („ok“)


Zuletzt aktualisiert am 29.06.2020.
weiter: CustomerGet
zurück: CustomerDelete