getCustomer

This method allows you to retrieve customers details by email address.

📘

Important

This method cannot retrieve customers' information from other airlines.

Request parameters

Parameter

Type

Description

Customers

Element*

The following elements are within <Customer> which represents a <Customer> within <Customers>

Customer

Element*

The Element hold the Email of the customer

email

E-mail*

The customer email

❗️

* Mandatory parameters

Response

This method will respond with a list of customers, including personal details and additional information.

Parameter

Type

Description

Customers

Element

The following elements are within <Customer> which represents a Customer within <Customers>

Customer

Element

The following parameters are within <Customer> (The element Customer will be for each customer)

custemail

E-mail

Customer E-mail

title

String

Customer title

country

String

Country of the customer

firstname

String

First name of the customer

lastname

String

Last name of the customer

phonenumber

String

Phone number of the customer

mobile

String

Mobile number of the customer

fax

String

Fax number of the customer

birthdate

Date

YYYY/MM/DD date of customer birth date

address1

String

Customer address

address2

String

Customer additional address

zipcode

Number

Customer zip code

city

String

City of the customer

customercompanyname

String

Company of the customer (if applicable)

jobtitle

String

Job title of the customer (if applicable)

companywebsite

String

company website of the customer (if applicable)

customerremark

String

Remark text

vatnum

Number

VAT number of the customer

ffnumber

Number

Customer frequent flyer number

companyid

Number

ID of airline in AeroCRS systems

createddate

Date

YYYY/MM/DD date time of the system when creating the customer

Language