CreateCustomerRequest

Request to create a customer.

Summary

Variables

email

string

The email of the customer.  A welcome email will be sent to this address upon succesfull creation.

Errors

password

string

The password of the customer.

postalcode

string

The postalcode of the customer.

cardIdentifier

string

The card identifier that the customer wants to register.

Errors

firstname

string

The firstname of the customer.

lastname

string

The lastname of the customer.

telephone

string

The telephone number of the customer.

address

string

The address of the customer.

zone

string

The zone as part of the address of the customer.

city

string

The city of the customer.

country_iso_code_3

string

The iso code of the country of the customer.

gender

Gender

The gender of the customer.

yearOfBirth

string

The year of birth of the customer.

identificationNumber

string

The identificationNumber of the customer.

Errors

birth_date

int64

Specifies the birth_date of a user

Errors

language

<Language> The language

Close