Alokai

SapccApiCreateCostCenterRequest

Request parameters for createCostCenter operation in SapccApi. SapccApiCreateCostCenterRequest

interface SapccApiCreateCostCenterRequest {
	readonly b2BCostCenter: B2BCostCenter;
	readonly baseSiteId: string;
	readonly fields?: string;
}

Properties

NameRequiredTypeDescription
b2BCostCenterRequiredB2BCostCenter{B2BCostCenter} SapccApiCreateCostCenter
baseSiteIdRequiredstringBase site identifier {string} SapccApiCreateCostCenter
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiCreateCostCenter

Referenced Types

On this page