EntityModelUdfFieldTextValueDto¶
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 "udfField": {
10 "createdBy": "string",
11 "lastModifiedBy": "string",
12 "createdDate": "2019-08-24T14:15:22Z",
13 "lastModifiedDate": "2019-08-24T14:15:22Z",
14 "archived": true,
15 "externalId": "string",
16 "id": 0,
17 "typeId": 0,
18 "priority": 0,
19 "required": true,
20 "reportable": true,
21 "labels": [
22 {
23 "createdBy": "string",
24 "lastModifiedBy": "string",
25 "createdDate": "2019-08-24T14:15:22Z",
26 "lastModifiedDate": "2019-08-24T14:15:22Z",
27 "archived": true,
28 "externalId": "string",
29 "id": 0,
30 "cultureId": 0,
31 "value": "string"
32 }
33 ]
34 },
35 "valueType": "string",
36 "objectId": 0,
37 "value": "string",
38 "objectType": "string"
39}
📄 Description: Data transfer object representing a text value associated with a user-defined field within the Nakisa Portfolio Management Suite, facilitating the management and analysis of portfolio, asset, and real estate property data.
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 |
udfField |
false |
none |
Value for udfField field |
|
valueType |
string |
false |
none |
Type of the value |
objectId |
integer(int64) |
false |
none |
Unique identifier for the object |
value |
string |
false |
none |
Text value for value in EntityModelUdfFieldTextValueDto |
objectType |
string |
false |
none |
Type of the object |