PostingJobDto

📄 Description: Data transfer object representing a posting job within the General Ledger, encapsulating details related to ledger entries, transactions, accounts, and financial records for streamlined financial reporting and analysis.

Properties

Name

Type

Required

Restrictions

Description

id

integer(int64)

false

none

Unique identifier for the resource

taskCount

integer(int32)

false

none

Count of task

failedTaskCount

integer(int32)

false

none

Count of failed task

doneTaskCount

integer(int32)

false

none

Count of done task

inProgressTaskCount

integer(int32)

false

none

Count of in progress task

cancelledTaskCount

integer(int32)

false

none

Count of cancelled task

errorMessage

string

false

none

Text value for errorMessage in PostingJobDto

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

status

string

false

none

Status of the resource

batchSize

integer(int32)

false

none

Numeric value representing batchSize

chunkSize

integer(int32)

false

none

Numeric value representing chunkSize

executor

string

false

none

Text value for executor in PostingJobDto

scheduleJobId

integer(int64)

false

none

Unique identifier for the schedule job

readOnly

boolean

false

none

Boolean flag indicating readOnly status

postingTypes

[string]

false

none

List of postingTypes items

jobPostingStatuses

[string]

false

none

List of jobPostingStatuses items

totalPostingCount

integer(int32)

false

none

Count of total posting

filters

[PostingJobFilterDto]

false

none

List of filters items

tasks

[PostingJobTaskDto]

false

none

List of tasks items

Enumerated Values

Attribute

Value

executor

MANUAL, SCHEDULER

status

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