Alokai

UpdateMyCustomerParams

First parameter used in the customerUpdateMe API endpoint

interface UpdateMyCustomerParams {
	actions: MyCustomerUpdateAction[];
	version: number | string;
}

Properties

NameRequiredTypeDescription
actionsRequiredMyCustomerUpdateAction[]Operations to be performed on the customer
versionRequirednumber | stringVersion of the user data

Referenced Types

On this page