PageMasterAgreementDto¶
Example Json Object
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "paged": true,
6 "unpaged": true,
7 "pageNumber": 0,
8 "pageSize": 0,
9 "offset": 0,
10 "sort": {
11 "unsorted": true,
12 "sorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "displayId": "string",
22 "year": 1900,
23 "name": "string",
24 "description": "string",
25 "validFrom": "2019-08-24",
26 "validTo": "2019-08-24",
27 "targetValue": 0.1,
28 "legalJurisdiction": "string",
29 "approverComment": "string",
30 "signingPerson": "string",
31 "placeOfSignature": "string",
32 "dateOfSignature": "2019-08-24",
33 "state": "MLA_DEFINE",
34 "dataCreationInfo": {
35 "id": 0,
36 "idGenerationType": "AUTO",
37 "source": "string",
38 "type": "MIGRATION",
39 "startDateTime": "2019-08-24T14:15:22Z",
40 "endDateTime": "2019-08-24T14:15:22Z"
41 },
42 "agreementGroup": {
43 "id": 0,
44 "displayId": "string",
45 "status": "CREATED",
46 "name": "string"
47 },
48 "currency": {
49 "id": 0,
50 "displayId": "string",
51 "status": "CREATED",
52 "name": "string",
53 "decimalPoints": 0
54 },
55 "internalAssetClass": {
56 "id": 0,
57 "displayId": "string",
58 "status": "CREATED",
59 "name": "string",
60 "assetClassType": "PROPERTY",
61 "infiniteUsefulLife": true
62 },
63 "leaseArea": {
64 "id": 0,
65 "displayId": "string",
66 "status": "CREATED",
67 "name": "string"
68 },
69 "businessUnit": {
70 "id": 0,
71 "displayId": "string",
72 "status": "CREATED",
73 "name": "string"
74 },
75 "companyCode": {
76 "id": 0,
77 "displayId": "string",
78 "status": "CREATED",
79 "erpSystemId": 0,
80 "erpSystemDisplayId": "string",
81 "countryId": 0,
82 "countryDisplayId": "string",
83 "postingPeriodVariantId": 0,
84 "fiscalVariantId": 0
85 },
86 "department": {
87 "id": 0,
88 "displayId": "string",
89 "status": "CREATED",
90 "name": "string"
91 },
92 "leaseGroup": {
93 "id": 0,
94 "displayId": "string",
95 "status": "CREATED",
96 "name": "string"
97 },
98 "allowsSystemGenerateNewId": true,
99 "numberRangeIdentifierType": {
100 "name": "string"
101 },
102 "numberRangeIdentifierValue": "string",
103 "numberRangeType": {
104 "name": "string"
105 }
106 }
107 ],
108 "number": 0,
109 "sort": {
110 "unsorted": true,
111 "sorted": true,
112 "empty": true
113 },
114 "first": true,
115 "last": true,
116 "empty": true
117}
📄 Description: Data transfer object representing a master agreement for managing real estate assets within the Nakisa Portfolio Management Suite, facilitating portfolio analytics and decision-making processes.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalElements |
integer(int64) |
false |
none |
Total number of items available |
totalPages |
integer(int32) |
false |
none |
Total number of pages available |
pageable |
false |
none |
Value for pageable field |
|
numberOfElements |
integer(int32) |
false |
none |
Numeric value representing numberOfElements |
size |
integer(int32) |
false |
none |
Number of items per page |
content |
false |
none |
List of content items |
|
number |
integer(int32) |
false |
none |
Numeric value representing number |
sort |
false |
none |
Sort order specification |
|
first |
boolean |
false |
none |
Whether this is the first page |
last |
boolean |
false |
none |
Whether this is the last page |
empty |
boolean |
false |
none |
Whether the result set is empty |