ControllingAreaDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "name": "string",
8 "companyId": 0,
9 "costCenterId": 0,
10 "profitCenterId": 0,
11 "internalOrderId": 0,
12 "workBreakdownStructureId": 0
13}
📄 Description: Data transfer object representing a controlling area within the financial organization structure, encapsulating key attributes that define the hierarchy and operational boundaries of financial entities.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
status |
string |
false |
none |
Status of the resource |
displayId |
string |
true |
none |
Unique identifier for the display |
erpSystemId |
integer(int64) |
false |
none |
Unique identifier for the erp system |
erpSystemDisplayId |
string |
false |
none |
Unique identifier for the erp system display |
name |
string |
false |
none |
Name of the resource |
companyId |
integer(int64) |
false |
none |
Unique identifier for the company |
costCenterId |
integer(int64) |
false |
none |
Unique identifier for the cost center |
profitCenterId |
integer(int64) |
false |
none |
Unique identifier for the profit center |
internalOrderId |
integer(int64) |
false |
none |
Unique identifier for the internal order |
workBreakdownStructureId |
integer(int64) |
false |
none |
Unique identifier for the work breakdown structure |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |