PageContractRevisionDto¶
Example Json Object
1{
2 "totalPages": 0,
3 "totalElements": 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 "name": "string",
23 "inception": true,
24 "revisionType": "REVISION",
25 "state": "MLA_DEFINE",
26 "approvedBy": "string",
27 "approvedAt": "2019-08-24T14:15:22Z",
28 "parentRevisionId": 0,
29 "approverComment": "string",
30 "contractId": 0,
31 "contractDisplayId": "string",
32 "contractName": "string",
33 "principalPositionType": "LESSEE",
34 "mlaId": 0,
35 "companyId": 0,
36 "description": "string",
37 "externalReference": "string",
38 "internalReference": "string",
39 "formOfLease": "FULL",
40 "jointVentureLeaseType": "GROSS_LEASE",
41 "businessPlace": "string",
42 "tradingPartner": {
43 "id": 0,
44 "displayId": "string",
45 "status": "CREATED",
46 "name": "string",
47 "erpSystemId": 0,
48 "erpSystemDisplayId": "string"
49 },
50 "contractCategoryGroup": {
51 "id": 0,
52 "displayId": "string",
53 "status": "CREATED",
54 "name": "string"
55 },
56 "contractGroup1": {
57 "id": 0,
58 "displayId": "string",
59 "status": "CREATED",
60 "name": "string"
61 },
62 "contractGroup2": {
63 "id": 0,
64 "displayId": "string",
65 "status": "CREATED",
66 "name": "string"
67 },
68 "group3": "string",
69 "group4": "string",
70 "signingPerson": "string",
71 "placeOfSignature": "string",
72 "dateOfSignature": "2019-08-24",
73 "numberRangeIdentifierType": {
74 "name": "string"
75 },
76 "numberRangeIdentifierValue": "string",
77 "numberRangeType": {
78 "name": "string"
79 },
80 "allowsSystemGenerateNewId": true
81 }
82 ],
83 "number": 0,
84 "sort": {
85 "unsorted": true,
86 "sorted": true,
87 "empty": true
88 },
89 "first": true,
90 "last": true,
91 "empty": true
92}
📄 Description: Data transfer object representing a revision of a page contract within the Nakisa Portfolio Management Suite, encompassing critical information related to portfolio, asset, and analytics for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalPages |
integer(int32) |
false |
none |
Total number of pages available |
totalElements |
integer(int64) |
false |
none |
Total number of items 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 |