PagePeriodBalancesContractCurrencyDto¶
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 "contractCurrency": {
22 "id": 0,
23 "displayId": "string",
24 "status": "CREATED",
25 "name": "string",
26 "decimalPoints": 0
27 },
28 "amounts": {
29 "openingBalance": 0,
30 "debitedAmounts": 0,
31 "creditedAmounts": 0,
32 "closingBalance": 0
33 },
34 "periodBalancesCompanyCurrency": {
35 "id": 0,
36 "company": {
37 "id": 0,
38 "displayId": "string",
39 "status": "CREATED",
40 "erpSystemId": 0,
41 "erpSystemDisplayId": "string",
42 "countryId": 0,
43 "countryDisplayId": "string",
44 "postingPeriodVariantId": 0,
45 "fiscalVariantId": 0
46 },
47 "generalLedgerAccount": {
48 "id": 0,
49 "displayId": "string",
50 "status": "CREATED",
51 "erpSystemId": 0,
52 "erpSystemDisplayId": "string",
53 "shortName": "string",
54 "longName": "string",
55 "accountCategory": "BALANCESHEET",
56 "accountTarget": "ALL"
57 },
58 "fiscalYear": 0,
59 "fiscalPeriod": 0,
60 "amounts": {
61 "openingBalance": 0,
62 "debitedAmounts": 0,
63 "creditedAmounts": 0,
64 "closingBalance": 0
65 },
66 "companyCurrency": {
67 "id": 0,
68 "displayId": "string",
69 "status": "CREATED",
70 "name": "string",
71 "decimalPoints": 0
72 },
73 "fiscalVariant": {
74 "id": 0,
75 "displayId": "string",
76 "status": "CREATED",
77 "isCalendarYear": true,
78 "yearDependent": true,
79 "erpSystemDisplayId": "string",
80 "isErpSystemDefault": true
81 },
82 "openForPosting": true
83 }
84 }
85 ],
86 "number": 0,
87 "sort": {
88 "unsorted": true,
89 "sorted": true,
90 "empty": true
91 },
92 "first": true,
93 "last": true,
94 "empty": true
95}
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 |