RaffleTicketValidationRequest

Response to validate a raffle ticket.

Summary
RaffleTicketValidationRequest
Variables
ticket Code string
email string
firstname string
lastname string
postcode string
birth_date int64
raffle_answer_id int64
subscribe boolean
language <Language> The language to determine the win/lose message response
userId int64
telephone_number string

Variables

ticket Code

string

Code of the Raffle Ticket to be validated.

Errors

email

string

The email of the user.  Errors:

firstname

string

The firstname of the user.

lastname

string

The lastname of the user.

postcode

string

The postcode of the user.

birth_date

int64

The creation date of the user.

raffle_answer_id

int64

The creation date of the user.

subscribe

boolean

Indication wether the user wishes to subscribe or not

language

<Language> The language to determine the win/lose message response

userId

int64

The user attempting to validate a raffle ticket

telephone_number

string

The telephone number of the user.

Close