PickListOptionDto¶
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 "priority": 0,
10 "internalId": 0,
11 "pickListCode": "string",
12 "pickListLabel": "string",
13 "label": "string",
14 "cultureId": 0,
15 "labelDtos": [
16 {
17 "createdBy": "string",
18 "lastModifiedBy": "string",
19 "createdDate": "2019-08-24T14:15:22Z",
20 "lastModifiedDate": "2019-08-24T14:15:22Z",
21 "archived": true,
22 "externalId": "string",
23 "id": 0,
24 "cultureId": 0,
25 "value": "string"
26 }
27 ]
28}
📄 Description: Data transfer object representing an option within a pick list, utilized for categorizing and managing portfolio assets and analytics in the Nakisa Portfolio Management Suite, particularly in the context of real estate property management.
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 |
priority |
integer(int64) |
false |
none |
Priority of the resource |
internalId |
integer(int64) |
false |
none |
Unique identifier for the internal |
pickListCode |
string |
false |
none |
Code for the pick list |
pickListLabel |
string |
false |
none |
Label for the pick list |
label |
string |
false |
none |
Label for the resource |
cultureId |
integer(int64) |
false |
none |
Unique identifier for the culture |
labelDtos |
false |
none |
List of labelDtos items |