PagedModelEntityModelTermDefinitionDto¶
Example Json Object
1{
2 "_embedded": {
3 "termDefinitions": [
4 {
5 "createdBy": "string",
6 "lastModifiedBy": "string",
7 "createdDate": "2019-08-24T14:15:22Z",
8 "lastModifiedDate": "2019-08-24T14:15:22Z",
9 "archived": true,
10 "externalId": "string",
11 "id": 0,
12 "paymentFrequencyName": "string",
13 "amountFrequencyName": "string",
14 "paymentModeName": "string",
15 "expenseCategoryId": 0,
16 "currencyId": 0,
17 "startDate": "2019-08-24",
18 "endDate": "2019-08-24",
19 "firstPaymentDate": "2019-08-24",
20 "endOfMonthPayment": true,
21 "proRata": true,
22 "note": "string",
23 "areaId": 0,
24 "parentTermDefinitionId": 0,
25 "expenseCategory": {
26 "id": 0,
27 "status": "CREATED",
28 "displayId": "string",
29 "name": "string",
30 "editable": true,
31 "expenseCategoryType": "PAYMENT"
32 },
33 "currency": {
34 "id": 0,
35 "status": "CREATED",
36 "displayId": "string",
37 "erpSystemId": 0,
38 "erpSystemDisplayId": "string",
39 "name": "string",
40 "decimalPoints": 0,
41 "depreciationAreaId": 0
42 },
43 "expenseGroup": {
44 "createdBy": "string",
45 "lastModifiedBy": "string",
46 "createdDate": "2019-08-24T14:15:22Z",
47 "lastModifiedDate": "2019-08-24T14:15:22Z",
48 "archived": true,
49 "externalId": "string",
50 "id": 0,
51 "priority": 0,
52 "internalId": 0,
53 "pickListCode": "string",
54 "pickListLabel": "string",
55 "label": "string",
56 "cultureId": 0,
57 "labelDtos": [
58 {
59 "createdBy": "string",
60 "lastModifiedBy": "string",
61 "createdDate": "2019-08-24T14:15:22Z",
62 "lastModifiedDate": "2019-08-24T14:15:22Z",
63 "archived": true,
64 "externalId": "string",
65 "id": 0,
66 "cultureId": 0,
67 "value": "string"
68 }
69 ]
70 },
71 "costCenterId": 0,
72 "leaseComponentId": 0,
73 "leaseComponentName": "string",
74 "assignmentNumber": {
75 "createdBy": "string",
76 "lastModifiedBy": "string",
77 "createdDate": "2019-08-24T14:15:22Z",
78 "lastModifiedDate": "2019-08-24T14:15:22Z",
79 "archived": true,
80 "externalId": "string",
81 "id": 0,
82 "priority": 0,
83 "internalId": 0,
84 "pickListCode": "string",
85 "pickListLabel": "string",
86 "label": "string",
87 "cultureId": 0,
88 "labelDtos": [
89 {
90 "createdBy": "string",
91 "lastModifiedBy": "string",
92 "createdDate": "2019-08-24T14:15:22Z",
93 "lastModifiedDate": "2019-08-24T14:15:22Z",
94 "archived": true,
95 "externalId": "string",
96 "id": 0,
97 "cultureId": 0,
98 "value": "string"
99 }
100 ]
101 },
102 "assignmentNumberId": 0
103 }
104 ]
105 },
106 "page": {
107 "size": 0,
108 "totalElements": 0,
109 "totalPages": 0,
110 "number": 0
111 }
112}
📄 Description: Data transfer object representing a paginated collection of term definitions related to portfolio management, asset analytics, and real estate properties within the Nakisa Portfolio Management Suite.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» termDefinitions |
false |
none |
[Data transfer object representing the definition of terms related to entities within the Nakisa Portfolio Management Suite, facilitating effective portfolio, asset, and analytics management in the context of real estate properties.] |
|
page |
false |
none |
Page number for pagination |