MergeCustomerRequest

Moves all details from one customer to another.  Details that are moved are: - transactions - couponassignments - gifts - balances.

Variables

from_card_identifier

string

The card identifier of the customer to move the details from.

Errors

to_card_identifier

string

The card identifier of the customer to move the details to.

Errors

moveDetails

boolean

Indicates to move all customer details

moveCards

boolean

Indicates to move all customer cards

deviceSerial

string

The device serial that executes the merge

moveBalance

boolean

Indicates to move the customer balance

moveProductBalances

boolean

Indicates to move the customer product balances

moveEmailAddress

boolean

Indicates to move the customer emailaddress

moveUserName

boolean

Indicates to move the customer username

lockOriginCustomer

boolean

Indicates to lock the origin customer.

clearOriginPassword

boolean

Indicates to clear the original customer password

moveGifts

boolean

Indicates to move the customer gifts

moveCouponAssignements

boolean

Indicates to move the customer coupon assignments

moveRaffleTicketValidations

boolean

Indicates to move the customer raffleticketvalidations.

deactivateOriginCustomer

boolean

Indicates to deactivate the original customer.

moveSupervisor

boolean

Indicates to move the customer supervisor.

moveSupervisees

boolean

Indicates to move the customer supervisees

Close