Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview


The PwsCostCenterSummary data type includes basic information about a cost center. The information represented in this structure is not comprehensive and only includes certain key attributes of a cost center likely to be useful in a listing of cost centers.

Format


PwsCostCenterSummary
  • PwsCostCenterSummary
    • CostCenterId: Int32
    • CostCenterName: String
    • CostCenterNumber: String
    • CostCenterUid: Int64
    • CompanyIdentity: PwsCompanyRef
    • EnabledForEngagementsFlag: Boolean
    • EnabledForResourcesFlag: Boolean
    • InactiveFlag: Boolean
    • ParentCostCenterIdentity: PwsCostCenterRef

Elements


Element

Data Type

Required?

Default

Description

Sample Data

CostCenterId

Int32

On Insert: No

On Update: No

 

 

 

CostCenterName

String

On Insert: Yes

On Update: Yes (if CostCenterNumber and CostCenterUid are not provided)

 

 

 

CostCenterNumber

String

On Insert: No

On Update: Yes (if CostCenterName and CostCenterUid are not provided)

 

 

 

CostCenterUid

Int64

On Insert: No

On Update: Yes (Yes (if CostCenterName and CostCenterNumber are not provided)

 

 

 

CompanyIdentity

PwsCompanyRef

On Insert: Yes

On Update: No

 

The company associated with the cost center

 

EnabledForEngagementsFlag

Boolean


 

 

 

EnabledForResourcesFlag

Boolean

 

 

 

 

InactiveFlag

Boolean

 

 

 

 

ParentCostCenterIdentity

PwsCostCenterRef

 

 

 

 

  • No labels