RegisterCustomerRequest

Request to register a customer.

Variables

firstname

string

The firstname of the customer.

lastname

string

The lastname of the customer.

email

string

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

postalcode

string

The postalcode of the customer.

city

string

The city of the customer.

telephone

string

The telephone number of the customer.

address

string

The address of the customer.

gender

Gender

The gender of the customer.

password

string

The password of the customer.

yearOfBirth

string

The year of birth of the customer.

card_type

CardType

The cardtype for the card.  Errors:

birth_date

int64

Specifies the birth_date of a custom

Errors

subscribed

boolean

Indication wether the customer is subscribed or not

country_iso_code_3

string

The iso code of the country of the customer.

language

<Language>

raffle_ticket_validation_uid

string

The customer uuid of the raffleTicketValidation if this request was sent after a customer was sent a registration mail via a raffle

customerIdentifier

string

The customer identifier that the customer wants to register.

Valid customer identifiers are card numbers.  When not provided, the backend will generate a new card number.

supervisor_customer_identifier

string

The customer identifier of the supervising custom

metadata

string

The metadata of the customer.

zone

string

The zone of the customer.

Close