CostCenterLite¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "status": "CREATED",
5 "name": "string"
6}
📄 Description: CostCenterLite is a data transfer object that encapsulates essential information about cost centers within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset management analytics for real estate properties. This object streamlines the assessment and allocation of financial resources, enhancing decision-making processes.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
status |
string |
false |
none |
Status of the resource |
name |
string |
false |
none |
Name of the resource |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |