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