AuthenticateCustomerRequest

Request to authenticate the customer.

Variables

cardIdentifier

string

The identifier of a card attached to the customer.

emailAddress

string

The emailAddress of the customer.  Checked if there is no cardIdentifier provided MUST BE ACCOMPANIED BY A COMMUNITY ID OR THROWS MISSING REQUIRED FIELD

userName

string

The userName of the customer.  Checked if there is no emailAddress provided MUST BE ACCOMPANIED BY A COMMUNITY ID OR THROWS MISSING REQUIRED FIELD

communityId

int64

The id of the community of the customer.  Will be used in case no card was provided, but there WAS an emailAddress or userName provided

password

string

The password of the user his identifier.

communityId

int64

The id of the of the customer.  Will be used in case no card was provided, but there WAS an emailAddress or userName provided

Close