PageProfileDto¶
Example Json Object
1{
2 "totalPages": 0,
3 "totalElements": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "pageSize": 0,
7 "unpaged": true,
8 "paged": true,
9 "offset": 0,
10 "sort": {
11 "sorted": true,
12 "unsorted": 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 "leaseAreaListType": "ALL",
24 "leaseAreaList": [
25 {
26 "id": 0,
27 "status": "CREATED",
28 "displayId": "string",
29 "name": "string",
30 "businessUnitId": 0
31 }
32 ],
33 "businessUnitListType": "ALL",
34 "businessUnitList": [
35 {
36 "id": 0,
37 "status": "CREATED",
38 "displayId": "string",
39 "name": "string",
40 "leaseAreaId": 0,
41 "companyId": 0
42 }
43 ],
44 "companyListType": "ALL",
45 "companyList": [
46 {
47 "id": 0,
48 "status": "CREATED",
49 "displayId": "string",
50 "erpSystemId": 0,
51 "erpSystemDisplayId": "string",
52 "countryId": 0,
53 "countryDisplayId": "string",
54 "postingPeriodVariantId": 0,
55 "postingPeriodVariantDisplayId": "string",
56 "controllingAreaId": 0,
57 "controllingAreaDisplayId": "string",
58 "chartOfAccountId": 0,
59 "chartOfAccountDisplayId": "string",
60 "fiscalVariantId": 0,
61 "fiscalVariantDisplayId": "string",
62 "chartOfDepreciationId": 0,
63 "chartOfDepreciationDisplayId": "string",
64 "purchasingOrganizationId": 0,
65 "assetId": 0,
66 "exchangeRateTypeId": 0,
67 "plantId": 0,
68 "incrementalBorrowingRateId": 0,
69 "businessUnitId": 0,
70 "projectId": 0,
71 "transferVariantId": 0,
72 "partnerId": 0,
73 "departmentId": 0,
74 "accountingStandardId": 0,
75 "generalLedgerAccountId": 0,
76 "consumerPriceIndexCategoryId": 0,
77 "costCenterId": 0,
78 "costCenterRelationValidFrom": "2019-08-24",
79 "costCenterRelationValidTo": "2019-08-24"
80 }
81 ],
82 "rowNumber": 0,
83 "rowIdentifier": "string",
84 "errors": [
85 "string"
86 ],
87 "linkedErrors": [
88 "string"
89 ],
90 "warnings": [
91 "string"
92 ],
93 "remarks": [
94 "string"
95 ],
96 "skipMessage": "string"
97 }
98 ],
99 "number": 0,
100 "sort": {
101 "sorted": true,
102 "unsorted": true,
103 "empty": true
104 },
105 "first": true,
106 "last": true,
107 "empty": true
108}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalPages |
integer(int32) |
false |
none |
none |
totalElements |
integer(int64) |
false |
none |
none |
pageable |
false |
none |
none |
|
numberOfElements |
integer(int32) |
false |
none |
none |
size |
integer(int32) |
false |
none |
none |
content |
false |
none |
none |
|
number |
integer(int32) |
false |
none |
none |
sort |
false |
none |
none |
|
first |
boolean |
false |
none |
none |
last |
boolean |
false |
none |
none |
empty |
boolean |
false |
none |
none |