OCExpenseTypeToLeaseConditionDto¶
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 "ocExpenseTypeId": 0,
10 "conditionTypeId": 0,
11 "ocExpenseType": {
12 "createdBy": "string",
13 "lastModifiedBy": "string",
14 "createdDate": "2019-08-24T14:15:22Z",
15 "lastModifiedDate": "2019-08-24T14:15:22Z",
16 "archived": true,
17 "externalId": "string",
18 "id": 0,
19 "priority": 0,
20 "internalId": 0,
21 "pickListCode": "string",
22 "pickListLabel": "string",
23 "label": "string",
24 "cultureId": 0,
25 "labelDtos": [
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 "conditionType": {
40 "createdBy": "string",
41 "lastModifiedBy": "string",
42 "createdDate": "2019-08-24T14:15:22Z",
43 "lastModifiedDate": "2019-08-24T14:15:22Z",
44 "archived": true,
45 "externalId": "string",
46 "id": 0,
47 "priority": 0,
48 "internalId": 0,
49 "pickListCode": "string",
50 "pickListLabel": "string",
51 "label": "string",
52 "cultureId": 0,
53 "labelDtos": [
54 {
55 "createdBy": "string",
56 "lastModifiedBy": "string",
57 "createdDate": "2019-08-24T14:15:22Z",
58 "lastModifiedDate": "2019-08-24T14:15:22Z",
59 "archived": true,
60 "externalId": "string",
61 "id": 0,
62 "cultureId": 0,
63 "value": "string"
64 }
65 ]
66 }
67}
📄 Description: Data transfer object representing the relationship between expense types and lease conditions within the Nakisa Portfolio Management Suite, facilitating enhanced analytics and management of real estate property assets.
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 |
ocExpenseTypeId |
integer(int64) |
false |
none |
Unique identifier for the oc expense type |
conditionTypeId |
integer(int64) |
false |
none |
Unique identifier for the condition type |
ocExpenseType |
false |
none |
Type of the oc expense |
|
conditionType |
false |
none |
Type of the condition |