ProfitCenterLite¶
Example Json Object
1{
2 "id": 9001,
3 "displayId": "PC-001",
4 "status": "ACTIVE",
5 "name": "North Region Profit Center",
6 "validTo": "2025-12-31",
7 "erpSystemId": 101,
8 "erpSystemDisplayId": "SAP-01"
9}
📄 Description: Represents a simplified Profit Center entity.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier of the profit center. |
displayId |
string |
false |
none |
Display identifier for the profit center. |
status |
string |
false |
none |
Current status of the profit center. |
name |
string |
false |
none |
Name of the profit center. |
validTo |
string(date) |
false |
none |
Expiration date for the profit center. |
erpSystemId |
integer(int64) |
false |
none |
ERP system identifier associated with the profit center. |
erpSystemDisplayId |
string |
false |
none |
ERP system display identifier. |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |