SapccApiGetCustomerGroupRequest
Request parameters for getCustomerGroup operation in SapccApi. SapccApiGetCustomerGroupRequest
interface SapccApiGetCustomerGroupRequest {
readonly baseSiteId: string;
readonly fields?: string;
readonly groupId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetCustomerGroup |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetCustomerGroup |
groupId | Required | string | Group identifier. {string} SapccApiGetCustomerGroup |