CostCenterDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "name": "string",
8 "blocked": true,
9 "taxJurisdictionId": 0,
10 "taxJurisdictionDisplayId": "string",
11 "controllingAreaId": 0,
12 "controllingAreaDisplayId": "string",
13 "profitCenterId": 0,
14 "profitCenterRelationValidFrom": "2019-08-24",
15 "profitCenterRelationValidTo": "2019-08-24",
16 "companyId": 0,
17 "companyRelationValidFrom": "2019-08-24",
18 "companyRelationValidTo": "2019-08-24"
19}
📄 Description: Data transfer object representing a cost center within the financial organization structure, encapsulating essential details for managing organizational hierarchy and 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 |
blocked |
boolean |
false |
none |
Boolean flag indicating blocked status |
taxJurisdictionId |
integer(int64) |
false |
none |
Unique identifier for the tax jurisdiction |
taxJurisdictionDisplayId |
string |
false |
none |
Unique identifier for the tax jurisdiction display |
controllingAreaId |
integer(int64) |
false |
none |
Unique identifier for the controlling area |
controllingAreaDisplayId |
string |
false |
none |
Unique identifier for the controlling area display |
profitCenterId |
integer(int64) |
false |
none |
Unique identifier for the profit center |
profitCenterRelationValidFrom |
string(date) |
false |
none |
Indicates the date from which the profit center relationship is considered valid within the financial organization structure. |
profitCenterRelationValidTo |
string(date) |
false |
none |
Indicates the expiration date of the profit center relationship within the financial organization structure, ensuring accurate representation of organizational hierarchy and cost allocation. |
companyId |
integer(int64) |
false |
none |
Unique identifier for the company |
companyRelationValidFrom |
string(date) |
false |
none |
Indicates the date from which the company’s relationship within the financial organization structure is considered valid, ensuring accurate representation of organizational hierarchy. |
companyRelationValidTo |
string(date) |
false |
none |
Indicates the expiration date of the company’s relationship within the financial organization structure, ensuring accurate representation of organizational hierarchy and compliance. |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |