UpdateCustomerPayload
interface UpdateCustomerPayload extends UpdateCustomerParameters {
channel_ids: Channel$1["id"][];
origin_channel_id: Channel$1["id"];
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
channel_ids | Required | Channel$1["id"][] | Arrays of channels the customer can access. |
origin_channel_id | Required | Channel$1["id"] | Channel ID of the customer that has created the form. |