SapccApiUpdateCostCenterRequest
Request parameters for updateCostCenter operation in SapccApi. SapccApiUpdateCostCenterRequest
interface SapccApiUpdateCostCenterRequest {
readonly b2BCostCenter: B2BCostCenter;
readonly baseSiteId: string;
readonly costCenterCode: string;
readonly fields?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
b2BCostCenter | Required | B2BCostCenter | {B2BCostCenter} SapccApiUpdateCostCenter |
baseSiteId | Required | string | Base site identifier {string} SapccApiUpdateCostCenter |
costCenterCode | Required | string | Cost center identifier. {string} SapccApiUpdateCostCenter |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiUpdateCostCenter |