| UpdateCostCenterType Method | |
| See Also |
- pICostCenterType
The data for the cost center type to be updated. The CostCenterType object must contain the key of the object to be updated.
Updates an existing cost center type.
The data for the cost center type, including the key of the cost center type to be updated, is contained in the CostCenterType object passed to the method. To update a cost center type, you must first retrieve it using the GetCostCenterType method.
| Visual Basic |
|---|
Public Sub UpdateCostCenterType( _
ByVal pICostCenterType As CostCenterType _
) |
- pICostCenterType
The data for the cost center type to be updated. The CostCenterType object must contain the key of the object to be updated.