PageCompanyFinancialSettingDto¶
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 "rowNumber": 0,
22 "rowIdentifier": "string",
23 "errors": [
24 "string"
25 ],
26 "linkedErrors": [
27 "string"
28 ],
29 "warnings": [
30 "string"
31 ],
32 "remarks": [
33 "string"
34 ],
35 "skipMessage": "string",
36 "companySettingType": "CLASSIFICATION_PERCENTAGE_TERM",
37 "value": "string",
38 "companyId": 0,
39 "companyDisplayId": "string",
40 "erpSystemId": 0,
41 "erpSystemDisplayId": "string"
42 }
43 ],
44 "number": 0,
45 "sort": {
46 "unsorted": true,
47 "sorted": true,
48 "empty": true
49 },
50 "first": true,
51 "last": true,
52 "empty": true
53}
📄 Description: Data transfer object representing the financial settings associated with a company within the Nakisa Portfolio Management Suite, facilitating portfolio analysis 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 |