UdfFieldListValueDto¶
Example Json Object
1{
2 "objectId": 0,
3 "valueType": "string",
4 "value": 0,
5 "objectType": "string",
6 "createdBy": "string",
7 "lastModifiedBy": "string",
8 "createdDate": "2019-08-24T14:15:22Z",
9 "lastModifiedDate": "2019-08-24T14:15:22Z",
10 "archived": true,
11 "externalId": "string",
12 "id": 0,
13 "udfField": {
14 "createdBy": "string",
15 "lastModifiedBy": "string",
16 "createdDate": "2019-08-24T14:15:22Z",
17 "lastModifiedDate": "2019-08-24T14:15:22Z",
18 "archived": true,
19 "externalId": "string",
20 "id": 0,
21 "typeId": 0,
22 "priority": 0,
23 "required": true,
24 "reportable": true,
25 "labels": [
26 {
27 "createdBy": "string",
28 "lastModifiedBy": "string",
29 "createdDate": "2019-08-24T14:15:22Z",
30 "lastModifiedDate": "2019-08-24T14:15:22Z",
31 "archived": true,
32 "externalId": "string",
33 "id": 0,
34 "cultureId": 0,
35 "value": "string"
36 }
37 ]
38 },
39 "labelValue": "string"
40}
📄 Description: Data transfer object representing a list of user-defined field values associated with assets in the Nakisa Portfolio Management Suite, facilitating enhanced analytics and insights for portfolio and real estate property management.
Properties
📄 Description: allOf - discriminator: UdfFieldValueDto.valueType
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
anonymous |
false |
none |
Data transfer object representing a user-defined field value within the Nakisa Portfolio Management Suite, facilitating the management and analysis of portfolio and asset data in the context of real estate properties. |
📄 Description: and
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
anonymous |
object |
false |
none |
none |
» createdBy |
string |
false |
none |
none |
» lastModifiedBy |
string |
false |
none |
none |
» createdDate |
string(date-time) |
false |
none |
none |
» lastModifiedDate |
string(date-time) |
false |
none |
none |
» archived |
boolean |
false |
none |
none |
» externalId |
string |
false |
none |
none |
» id |
integer(int64) |
false |
none |
none |
» udfField |
false |
none |
Data structure representing a user-defined field (UDF) within the Nakisa Portfolio Management Suite, utilized for capturing customizable attributes related to portfolios, assets, and real estate properties for enhanced analytics and reporting. |
|
» value |
integer(int64) |
false |
none |
none |
» labelValue |
string |
false |
none |
none |