Alokai

UpdateCustomerResponse

Format of parameters that can be passed to updateCustomer endpoint method.

interface UpdateCustomerResponse {
	data: User[];
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequiredUser[]Customer information.
metaRequiredMetaCollectionData about the response, including pagination and collection totals.

Referenced Types

On this page