ContractGroup2Lite¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "status": "CREATED",
5 "name": "string"
6}
📄 Description: Data transfer object representing a collection of contracts within the Nakisa Portfolio Management Suite, designed to facilitate portfolio analysis and asset management for real estate properties.
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 |