ContactGet

With this function you can query contact data.

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentication data

id

string

^[\w.-]{12}$

no

ID of the contact record

Response

Field

Type

Null?

Description

type

integer

no

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

salutation

integer

no

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

title

string

yes

Title (e.g. Dr.)

firstname

string

no

First name

lastname

string

no

Last name

company

string

yes

Company

address1

string

yes

Address

address2

string

yes

Address (continued)

zipcode

string

yes

ZIP code

city

string

yes

City

country

string

no

Country (ISO 3166-1 encoded)

phone

string

yes

Phone number

fax

string

yes

Fax number

mobile

string

yes

Mobile number

email

string

yes

E-Mail address

website

string

yes

Website


Zuletzt aktualisiert am 25.08.2020.
weiter: CustomerAdd
zurück: ContactEdit