PageConsumerPriceIndexCategoryDto¶
Example Json Object
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "numberOfElements": 0,
5 "pageable": {
6 "unpaged": true,
7 "paged": true,
8 "pageNumber": 0,
9 "pageSize": 0,
10 "offset": 0,
11 "sort": {
12 "unsorted": true,
13 "sorted": true,
14 "empty": true
15 }
16 },
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "status": "CREATED",
22 "displayId": "string",
23 "name": "string",
24 "country": "string",
25 "province": "string",
26 "city": "string",
27 "consumerPriceIndexSourceType": "WEB",
28 "source": "string",
29 "formula": "string",
30 "indexedCurrency": true,
31 "exchangeRateType": "string",
32 "erpSystemId": 0,
33 "erpSystemDisplayId": "string",
34 "fromCurrencyId": 0,
35 "fromCurrencyDisplayId": "string",
36 "toCurrencyId": 0,
37 "toCurrencyDisplayId": "string",
38 "consumerPriceIndexValueId": "string",
39 "companyId": 0
40 }
41 ],
42 "number": 0,
43 "sort": {
44 "unsorted": true,
45 "sorted": true,
46 "empty": true
47 },
48 "first": true,
49 "last": true,
50 "empty": true
51}
📄 Description: Data transfer object representing a category within the Consumer Price Index, utilized for analytical purposes in the Nakisa Portfolio Management Suite, specifically within the context of portfolio and asset management 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 |
numberOfElements |
integer(int32) |
false |
none |
Numeric value representing numberOfElements |
pageable |
false |
none |
Value for pageable field |
|
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 |