RegisterRaffleCustomerRequest

Request to register a customer for a raffle.

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.

userIdentifier

string

The user identifier that the customer wants to register.

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

birth_date

int64

Specifies the birth_date of a user

Errors

subscribed

boolean

Indication wether the user is subscribed or not

Close