Cost Center (cce)
The Cost Center entity represents often a department or a region/office within a company. The manager and employees of a cost center are responsible for its costs but are not directly responsible for revenues or investment decisions. A cost center is seen also as an internal project.
Database level
The entity's attributes are shown below. Mandatory fields are marked with a red star:
Name | Type | Label | Description |
---|---|---|---|
form * | String | Form | Represents the entity form. Will always be "cce". |
cce_name * | String | Name | The object name. |
cce_nr * | String | Represents the cost center number. Will always be "CC-xxxxx" | |
cce_end * | Date/Time | The date when the cost center has been deactivated. | |
cce_start * | Date/Time | The date when the cost center has been activated. | |
cce_org_name * | String | The parent organisation name under which the cost center has been created and referenced. | |
cce_org_unid * | String | The unique ID of the parent organisation document under which the cost center has been created and referenced. | |
cce_resp_name * | String | The responsible name for the cost center composed as first name and last name (empty space in between). | |
cce_resp_unid * | String | The unique ID of responsible person document for the cost center | |
cce_state * | String | Represents the state of the cost center as a number. | |
cce_state_text * | String | Represents the state of the cost center as text. | |
cce_desc | String | Description of the cost center. |
QEE classes level
The class representing the Cost Center is QEECce
Inherits from: QEEObject
REST level
The endpoints dealing with Cost Center are:
xrCce (GET, POST, PUT, DELETE)
xrCces (GET, PUT, DELETE)