Alokai

UpdateCustomerPayload

interface UpdateCustomerPayload extends UpdateCustomerParameters {
	channel_ids: Channel$1["id"][];
	origin_channel_id: Channel$1["id"];
}

Properties

NameRequiredTypeDescription
channel_idsRequiredChannel$1["id"][]Arrays of channels the customer can access.
origin_channel_idRequiredChannel$1["id"]Channel ID of the customer that has created the form.

Referenced Types

On this page