ContactEdit

With this function an existing contact data record can be edited.

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentication data

id

string

^[\w.-]{12}$

no

ID of the contact record

type

integer

yes

Type (0 = person, 1 = company/organization)

salutation

integer

^[012]$

no

Saluation (0 = Mr, 1 = Mrs, 2 = none)

title

string

^.{1,50}$

yes

Title (e.g. Dr.)

firstname

string

^.{1,128}$

no

First name

lastname

string

^.{1,128}$

no

Last name

company

string

^.{1,128}$

yes

Company

address1

string

^.{1,128}$

yes

Address

address2

string

^.{1,128}$

yes

Address (continued)

zipcode

string

^.{1,10}$

yes

ZIP code

city

string

^.{1,64}$

yes

City

country

string

^\w\w$

no

Country (ISO 3166-1 encoded)

phone

string

^.{1,30}$

yes

Phone number

fax

string

^.{1,30}$

yes

Fax number

mobile

string

^.{1,30}$

yes

Mobile number

email

string

EMAIL

yes

E-Mail address

website

string

^.{1,128}$

yes

Website

Response

Field

Type

Null?

Description

status

string

no

Status (“ok”)


Last updated on Aug 13, 2020.
next: ContactGet
previous: ContactAdd