ContactRoleDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "name": "string",
6 "partnerContactId": 0
7}
📄 Description: Data transfer object representing the role of a contact within the Nakisa Portfolio Management Suite, facilitating the management of relationships related to portfolios, assets, and real estate properties for enhanced analytics and decision-making.
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 |
name |
string |
false |
none |
Name of the resource |
partnerContactId |
integer(int64) |
false |
none |
Unique identifier for the partner contact |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |