SapccApiGetOrgCustomerRequest
Request parameters for getOrgCustomer operation in SapccApi. SapccApiGetOrgCustomerRequest
interface SapccApiGetOrgCustomerRequest {
readonly baseSiteId: string;
readonly fields?: GetOrgCustomerFieldsEnum;
readonly orgCustomerId: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetOrgCustomer |
fields | Optional | GetOrgCustomerFieldsEnum | Response configuration. This is the list of fields that should be returned in the response body. {'BASIC' | 'DEFAULT' | 'FULL'} SapccApiGetOrgCustomer |
orgCustomerId | Required | string | Organizational customer GUID. {string} SapccApiGetOrgCustomer |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiGetOrgCustomer |