Alokai

SapccApiGetCustomerGroupRequest

Request parameters for getCustomerGroup operation in SapccApi. SapccApiGetCustomerGroupRequest

interface SapccApiGetCustomerGroupRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
	readonly groupId: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiGetCustomerGroup
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetCustomerGroup
groupIdRequiredstringGroup identifier. {string} SapccApiGetCustomerGroup

On this page