PageDuplicateConsistencyTaskDto¶
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 "queueTime": "2019-08-24T14:15:22Z",
22 "startTime": "2019-08-24T14:15:22Z",
23 "endTime": "2019-08-24T14:15:22Z",
24 "interruptedAt": "2019-08-24T14:15:22Z",
25 "recoveredAt": "2019-08-24T14:15:22Z",
26 "status": "CREATED",
27 "recover": true,
28 "interrupted": true,
29 "interruptionMessage": "string",
30 "errorMessage": "string",
31 "erpSystem": {
32 "id": 0,
33 "displayId": "string"
34 },
35 "chunkSize": 0,
36 "reversalReason": {
37 "id": 0,
38 "displayId": "string"
39 },
40 "postingDate": "2019-08-24",
41 "scheduledItemCount": {
42 "duplicateCount": 0,
43 "consistencyCount": 0,
44 "totalCount": 0
45 },
46 "processingItemCount": {
47 "duplicateCount": 0,
48 "consistencyCount": 0,
49 "totalCount": 0
50 },
51 "doneItemCount": {
52 "duplicateCount": 0,
53 "consistencyCount": 0,
54 "totalCount": 0
55 },
56 "failedItemCount": {
57 "duplicateCount": 0,
58 "consistencyCount": 0,
59 "totalCount": 0
60 },
61 "pendingItemCount": {
62 "duplicateCount": 0,
63 "consistencyCount": 0,
64 "totalCount": 0
65 },
66 "totalItemCount": {
67 "duplicateCount": 0,
68 "consistencyCount": 0,
69 "totalCount": 0
70 }
71 }
72 ],
73 "number": 0,
74 "sort": {
75 "unsorted": true,
76 "sorted": true,
77 "empty": true
78 },
79 "first": true,
80 "last": true,
81 "empty": true
82}
📄 Description: Data transfer object representing a task for ensuring consistency in duplicate ledger entries, transactions, and accounts within the General Ledger, facilitating accurate financial record management.
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 |