Department entity stores information about the Business Units of an organisation.

Database level

The entity's attributes are shown below. Mandatory fields are marked with a red star:

NameTypeLabelDescription
form *StringFormRepresents the entity form. Will always be "dep".
dep_name *StringNameThe object name. (e.g. "Sales Sud")
dep_cce_nr *String
Respresents the cost center number to which the department is allocated. Will always be "CC-xxxxx". (e.g. "CC-99500")
dep_cce_unid *String
The unique ID of the cost center number to which the department is allocated
dep_cost_center String
Represents the name of the cost center number to which the department is allocated. ( e.g. "Region Sud"
dep_org_name *String
The name of the organisation. 
dep_org_unid *String
The unique ID of the organisation document. 
dep_ou1_unid String
Represents the name of the 1st business unit level.
dep_ou2_unid String
Represents the name of the 2nd business unit level.
dep_ou_level *String
Represents the number of BU levels within the organisation. (e.g."1" for sigle level, "2" for two levels)
dep_resp_name *String
The name of the employee responsible for the department. 
dep_resp_unid *String
The unique ID of the employee responsible for the department. 

QEE classes level

The class representing Department is QEEDep

Inherits from: QEEObject

REST level

The endpoints dealing with Department are:

xrDep (GET, POST, PUT, DELETE)

xrDeps (GET, PUT, DELETE)