PageContractSubscriptionDto¶
Example Json Object
1{
2 "totalElements": 76,
3 "totalPages": 1,
4 "pageable": {
5 "pageNumber": 0,
6 "unpaged": false,
7 "paged": true,
8 "pageSize": 100,
9 "offset": 0,
10 "sort": {
11 "unsorted": false,
12 "sorted": true,
13 "empty": false
14 }
15 },
16 "numberOfElements": 76,
17 "size": 100,
18 "content": [
19 {
20 "id": 10000001,
21 "topic": {
22 "enCaption": "Lease Component Updated",
23 "frCaption": "Composant de bail mis à jour",
24 "name": "LEASE_COMPONENT_UPDATED",
25 "priority": "HIGH"
26 },
27 "username": "super.admin@nakisa.com",
28 "contractId": 10000001,
29 "contractDisplayId": "CT-100000000",
30 "targetId": "CT-100000000",
31 "targetType": "CONTRACT"
32 }
33 ],
34 "number": 0,
35 "sort": {
36 "unsorted": false,
37 "sorted": true,
38 "empty": false
39 },
40 "first": true,
41 "last": true,
42 "empty": false
43}
📄 Description: Data transfer object representing a subscription to a lease contract within the Nakisa Lease Accounting Suite, encompassing key financial obligations and accounting entries associated with the lease management process.
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 |