SapccApiGetCustomerGroupsRequest
Request parameters for getCustomerGroups operation in SapccApi. SapccApiGetCustomerGroupsRequest
interface SapccApiGetCustomerGroupsRequest {
readonly baseSiteId: string;
readonly currentPage?: number;
readonly fields?: string;
readonly pageSize?: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetCustomerGroups |
currentPage | Optional | number | Current result page. Default value is 0. {number} SapccApiGetCustomerGroups |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetCustomerGroups |
pageSize | Optional | number | Number of results returned per page. {number} SapccApiGetCustomerGroups |