...
Element | Data Type | Description | Sample Data |
---|---|---|---|
CostCenterNotificationIdentity | The cost center notification identity. | ||
CostCenterNotificationSetting | Boolean | If set to 'true', the user will receive an email for this notification type for the specified cost centers. | true |
CostCenters | PwsCostCenterRef[1..100] | This structure is used to uniquely identify a cost center. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:CostCenterNotificationSettingDetail> <b:CostCenterNotificationIdentity> <b:CostCenterNotificationId i:nil="true"/> <b:CostCenterNotificationTag>ProjectStageChange</b:CostCenterNotificationTag> </b:CostCenterNotificationIdentity> <b:CostCenterNotificationSetting>true</b:CostCenterNotificationSetting> <b:CostCenters> <b:PwsCostCenterRef> <b:CostCenterId i:nil="true"/> <b:CostCenterName>IT Team (USA)</b:CostCenterName> <b:CostCenterNumber>IT Team (USA)</b:CostCenterNumber> <b:CostCenterUid>1152921504606867365</b:CostCenterUid> </b:PwsCostCenterRef> </b:CostCenters> </b:CostCenterNotificationSettingDetail> |