DuplicateConsistencyTaskDto¶
Example Json Object
1{
2 "id": 0,
3 "queueTime": "2019-08-24T14:15:22Z",
4 "startTime": "2019-08-24T14:15:22Z",
5 "endTime": "2019-08-24T14:15:22Z",
6 "interruptedAt": "2019-08-24T14:15:22Z",
7 "recoveredAt": "2019-08-24T14:15:22Z",
8 "status": "CREATED",
9 "recover": true,
10 "interrupted": true,
11 "interruptionMessage": "string",
12 "errorMessage": "string",
13 "erpSystem": {
14 "id": 0,
15 "displayId": "string"
16 },
17 "chunkSize": 0,
18 "reversalReason": {
19 "id": 0,
20 "displayId": "string"
21 },
22 "postingDate": "2019-08-24",
23 "scheduledItemCount": {
24 "duplicateCount": 0,
25 "consistencyCount": 0,
26 "totalCount": 0
27 },
28 "processingItemCount": {
29 "duplicateCount": 0,
30 "consistencyCount": 0,
31 "totalCount": 0
32 },
33 "doneItemCount": {
34 "duplicateCount": 0,
35 "consistencyCount": 0,
36 "totalCount": 0
37 },
38 "failedItemCount": {
39 "duplicateCount": 0,
40 "consistencyCount": 0,
41 "totalCount": 0
42 },
43 "pendingItemCount": {
44 "duplicateCount": 0,
45 "consistencyCount": 0,
46 "totalCount": 0
47 },
48 "totalItemCount": {
49 "duplicateCount": 0,
50 "consistencyCount": 0,
51 "totalCount": 0
52 }
53}
📄 Description: Data transfer object representing a duplicate consistency task within the General Ledger, designed to ensure the integrity of ledger entries, transactions, and financial records across accounts.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
queueTime |
string(date-time) |
false |
none |
Time of the queue |
startTime |
string(date-time) |
false |
none |
Time of the start |
endTime |
string(date-time) |
false |
none |
Time of the end |
interruptedAt |
string(date-time) |
false |
none |
Timestamp indicating when the consistency task was interrupted, relevant for tracking the status of ledger entries and ensuring accurate financial records. |
recoveredAt |
string(date-time) |
false |
none |
Timestamp indicating when the ledger entry was successfully recovered, relevant for tracking the status of transactions and maintaining accurate financial records. |
status |
string |
false |
none |
Status of the resource |
recover |
boolean |
false |
none |
Boolean flag indicating recover status |
interrupted |
boolean |
false |
none |
Boolean flag indicating interrupted status |
interruptionMessage |
string |
false |
none |
Message detailing any interruptions or issues encountered during the processing of ledger entries or transactions within the financial record. |
errorMessage |
string |
false |
none |
Descriptive message detailing the error encountered during the processing of a ledger entry or transaction within the General Ledger system. |
erpSystem |
false |
none |
Value for erpSystem field |
|
chunkSize |
integer(int32) |
false |
none |
Numeric value representing chunkSize |
reversalReason |
false |
none |
Value for reversalReason field |
|
postingDate |
string(date) |
false |
none |
Date of the posting |
scheduledItemCount |
false |
none |
Count of scheduled item |
|
processingItemCount |
false |
none |
Count of processing item |
|
doneItemCount |
false |
none |
Count of done item |
|
failedItemCount |
false |
none |
Count of failed item |
|
pendingItemCount |
false |
none |
Count of pending item |
|
totalItemCount |
false |
none |
Count of total item |
Enumerated Values
Attribute |
Value |
|---|---|
status |
CANCELLED, CANCELLING, CREATED, CREATING, DONE, FAILED, INTERRUPTED, INTERRUPTING, KILLING, PENDING, PROCESSING, SCHEDULED |