PageDuplicatePostingReportItemDto¶
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 "ledgerType": "LIABILITY",
22 "company": {
23 "id": 0,
24 "displayId": "string"
25 },
26 "unit": {
27 "id": 0,
28 "displayId": "string"
29 },
30 "accountingStandard": {
31 "id": 0,
32 "displayId": "string"
33 },
34 "erpSystem": {
35 "id": 0,
36 "displayId": "string"
37 },
38 "ledgerTransactionId": 0,
39 "internalDocumentNumber": "string",
40 "pickedByTaskId": 0,
41 "foundByJobIds": [
42 0
43 ],
44 "status": "PENDING",
45 "errorMessage": "string",
46 "originalStatus": "PENDING",
47 "originalErrorMessage": "string",
48 "objKey": "string",
49 "objType": "string",
50 "reversalReason": {
51 "id": 0,
52 "displayId": "string"
53 },
54 "postingDate": "string"
55 }
56 ],
57 "number": 0,
58 "sort": {
59 "unsorted": true,
60 "sorted": true,
61 "empty": true
62 },
63 "first": true,
64 "last": true,
65 "empty": true
66}
📄 Description: Data transfer object representing a duplicate posting report item within the General Ledger, capturing details related to ledger entries, transactions, accounts, and financial records for effective reconciliation and reporting.
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 |
pageable |
false |
none |
Value for pageable field |
|
numberOfElements |
integer(int32) |
false |
none |
Numeric value representing numberOfElements |
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 |