Cost Center Transactions

The API Cost Center transactions can be used to create, update, delete and retrieve cost center entities in the CMDB.

Limited Support/End of Life Capabilities

The Classic API has been replaced by the Alemba RestFul API. While we will continue to support the Classic API for clients that are still using it, no further development will be done.

If you need to request a hotfix or support for these features, please contact Alemba Support

CostCenterCreate Transaction

The CostCenterCreate transaction can be used to create a new cost center record and save its details.

Input Parameters: CostCenterCreateRequest

Return Values:CostCenterResponse

CostCenterUpdate Transaction

The CostCenterUpdate transaction can be used to update the details of an existing cost center record.

Input Parameters: CostCenterUpdateRequest

Return Values: CostCenterResponse

See CostCenterResponse for more information.

CostCenterRetrieve Transaction

The CostCenterRetrieve transaction can be used to retrieve the details of a cost center record.

Input Parameters: CostCenterEntityRequest

Return Values: CostCenterRetrieveResponse

CostCenterDelete Transaction

The CostCenterDelete transaction can be used to find and delete a cost center record. After the transaction is executed, the status and audit trail are updated.

Input Parameters: CostCentreDeleteRequest

Return Values: CostCentreResponse

See CostCenterResponse for more information.