SapccApiRemoveBudgetFromCostCenterRequest
Request parameters for removeBudgetFromCostCenter operation in SapccApi. SapccApiRemoveBudgetFromCostCenterRequest
interface SapccApiRemoveBudgetFromCostCenterRequest {
readonly baseSiteId: string;
readonly budgetCode: string;
readonly costCenterCode: string;
readonly fields?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiRemoveBudgetFromCostCenter |
budgetCode | Required | string | Budget that will be removed from a specific cost center. {string} SapccApiRemoveBudgetFromCostCenter |
costCenterCode | Required | string | Cost center from which the budget will be removed. {string} SapccApiRemoveBudgetFromCostCenter |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiRemoveBudgetFromCostCenter |