DuplicateConsistencyTaskDto

📄 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

BaseId

false

none

Value for erpSystem field

chunkSize

integer(int32)

false

none

Numeric value representing chunkSize

reversalReason

BaseId

false

none

Value for reversalReason field

postingDate

string(date)

false

none

Date of the posting

scheduledItemCount

DuplicateConsistencyReportItemCount

false

none

Count of scheduled item

processingItemCount

DuplicateConsistencyReportItemCount

false

none

Count of processing item

doneItemCount

DuplicateConsistencyReportItemCount

false

none

Count of done item

failedItemCount

DuplicateConsistencyReportItemCount

false

none

Count of failed item

pendingItemCount

DuplicateConsistencyReportItemCount

false

none

Count of pending item

totalItemCount

DuplicateConsistencyReportItemCount

false

none

Count of total item

Enumerated Values

Attribute

Value

status

CANCELLED, CANCELLING, CREATED, CREATING, DONE, FAILED, INTERRUPTED, INTERRUPTING, KILLING, PENDING, PROCESSING, SCHEDULED