PickListDto¶
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": "string",
9 "code": "string",
10 "priority": 0,
11 "pickListType": "string",
12 "label": "string",
13 "cultureId": 0,
14 "reportable": true,
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 a selection of options within the Nakisa Portfolio Management Suite, specifically designed to facilitate the management and analysis of portfolios, assets, and real estate properties.
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 |
string |
false |
none |
Unique identifier for the resource |
code |
string |
false |
none |
Code identifier for the resource |
priority |
integer(int64) |
false |
none |
Priority of the resource |
pickListType |
string |
false |
none |
Type of the pick list |
label |
string |
false |
none |
Label for the resource |
cultureId |
integer(int64) |
false |
none |
Unique identifier for the culture |
reportable |
boolean |
false |
none |
Boolean flag indicating reportable status |
labelDtos |
false |
none |
List of labelDtos items |