PagePostingProfileDto¶
Example Json Object
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "unpaged": true,
7 "paged": true,
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 "erpSystem": {
22 "id": 0,
23 "displayId": "string"
24 },
25 "companyFilterType": "ALL",
26 "companies": [
27 {
28 "id": 0,
29 "displayId": "string",
30 "status": "CREATED",
31 "erpSystemId": 0,
32 "erpSystemDisplayId": "string",
33 "countryId": 0,
34 "countryDisplayId": "string",
35 "postingPeriodVariantId": 0,
36 "fiscalVariantId": 0
37 }
38 ],
39 "accountingStandardFilterType": "ALL",
40 "accountingStandards": [
41 {
42 "id": 0,
43 "displayId": "string",
44 "status": "CREATED",
45 "name": "string",
46 "standardType": "GAAP",
47 "erpSystemId": 0,
48 "erpSystemDisplayId": "string"
49 }
50 ],
51 "objectStatus": "CREATED"
52 }
53 ],
54 "number": 0,
55 "sort": {
56 "unsorted": true,
57 "sorted": true,
58 "empty": true
59 },
60 "first": true,
61 "last": true,
62 "empty": true
63}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalElements |
integer(int64) |
false |
none |
none |
totalPages |
integer(int32) |
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 |