EntityModelContactDto¶
Example Json Object
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "address": "string",
10 "description": "string",
11 "email": "string",
12 "name": "string",
13 "phone": "string",
14 "position": "string",
15 "fax": "string",
16 "contactTypes": [
17 {
18 "createdBy": "string",
19 "lastModifiedBy": "string",
20 "createdDate": "2019-08-24T14:15:22Z",
21 "lastModifiedDate": "2019-08-24T14:15:22Z",
22 "archived": true,
23 "externalId": "string",
24 "id": 0,
25 "priority": 0,
26 "internalId": 0,
27 "pickListCode": "string",
28 "pickListLabel": "string",
29 "label": "string",
30 "cultureId": 0,
31 "labelDtos": [
32 {
33 "createdBy": "string",
34 "lastModifiedBy": "string",
35 "createdDate": "2019-08-24T14:15:22Z",
36 "lastModifiedDate": "2019-08-24T14:15:22Z",
37 "archived": true,
38 "externalId": "string",
39 "id": 0,
40 "cultureId": 0,
41 "value": "string"
42 }
43 ]
44 }
45 ]
46}
📄 Description: Data transfer object representing a contact associated with entities within the Nakisa Portfolio Management Suite, facilitating streamlined communication and relationship management for portfolio, asset, and real estate property analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
createdBy |
string |
false |
none |
Username of who created this resource |
lastModifiedBy |
string |
false |
none |
Username of who last modified this resource |
createdDate |
string(date-time) |
false |
none |
Date of the created |
lastModifiedDate |
string(date-time) |
false |
none |
Date of the last modified |
archived |
boolean |
false |
none |
Boolean flag indicating archived status |
externalId |
string |
false |
none |
Unique identifier for the external |
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
address |
string |
false |
none |
Text value for address in EntityModelContactDto |
description |
string |
false |
none |
Description of the resource |
string |
false |
none |
Text value for email in EntityModelContactDto |
|
name |
string |
false |
none |
Name of the resource |
phone |
string |
false |
none |
Text value for phone in EntityModelContactDto |
position |
string |
false |
none |
Text value for position in EntityModelContactDto |
fax |
string |
false |
none |
Text value for fax in EntityModelContactDto |
contactTypes |
false |
none |
List of contactTypes items |