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