PageCostCenterDto¶
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 "status": "CREATED",
22 "displayId": "string",
23 "erpSystemId": 0,
24 "erpSystemDisplayId": "string",
25 "name": "string",
26 "blocked": true,
27 "taxJurisdictionId": 0,
28 "taxJurisdictionDisplayId": "string",
29 "controllingAreaId": 0,
30 "controllingAreaDisplayId": "string",
31 "profitCenterId": 0,
32 "profitCenterRelationValidFrom": "2019-08-24",
33 "profitCenterRelationValidTo": "2019-08-24",
34 "companyId": 0,
35 "companyRelationValidFrom": "2019-08-24",
36 "companyRelationValidTo": "2019-08-24"
37 }
38 ],
39 "number": 0,
40 "sort": {
41 "unsorted": true,
42 "sorted": true,
43 "empty": true
44 },
45 "first": true,
46 "last": true,
47 "empty": true
48}
📄 Description: Data transfer object representing the cost center associated with a specific page within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset analytics for real estate properties.
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 |