PageDuplicateConsistencyJobDto¶
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 "taskCount": 0,
22 "failedTaskCount": 0,
23 "doneTaskCount": 0,
24 "inProgressTaskCount": 0,
25 "cancelledTaskCount": 0,
26 "errorMessage": "string",
27 "erpSystem": {
28 "id": 0,
29 "displayId": "string"
30 },
31 "startTime": "2019-08-24T14:15:22Z",
32 "endTime": "2019-08-24T14:15:22Z",
33 "status": "CREATED",
34 "executor": "SCHEDULER",
35 "scheduleJobId": 0,
36 "filter": {
37 "fiscalYear": 0,
38 "fiscalPeriod": 0,
39 "erpSystem": {
40 "id": 0,
41 "displayId": "string"
42 },
43 "companyFilterType": "ALL",
44 "companies": [
45 {
46 "id": 0,
47 "displayId": "string"
48 }
49 ],
50 "duplicateConsistencyToolTypes": [
51 "DUPLICATE_POSTINGS"
52 ]
53 }
54 }
55 ],
56 "number": 0,
57 "sort": {
58 "unsorted": true,
59 "sorted": true,
60 "empty": true
61 },
62 "first": true,
63 "last": true,
64 "empty": true
65}
📄 Description: Data transfer object representing a job for ensuring consistency in duplicate entries within the General Ledger, specifically focusing on ledger entries, transactions, accounts, and financial records.
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 |